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