EMMA Coverage Report (generated Mon Aug 23 17:21:34 CEST 2010) |
---|
[all classes][diskCacheV111.util] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
FileNotFoundCacheException.java | 0% (0/1) | 0% (0/1) | 0% (0/5) | 0% (0/2) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class FileNotFoundCacheException | 0% (0/1) | 0% (0/1) | 0% (0/5) | 0% (0/2) |
FileNotFoundCacheException (String): void | 0% (0/1) | 0% (0/5) | 0% (0/2) |
1 | package diskCacheV111.util ; |
2 | |
3 | public class FileNotFoundCacheException extends CacheException { |
4 | |
5 | private static final long serialVersionUID = 7720043483914132679L; |
6 | |
7 | public FileNotFoundCacheException( String msg ){ |
8 | super( 10001 , msg ) ; |
9 | } |
10 | } |
[all classes][diskCacheV111.util] |
EMMA 2.0.5312 (C) Vladimir Roubtsov |