| EMMA Coverage Report (generated Thu Jan 20 11:39:44 EST 2011) |
|---|
| [all classes][com.hammurapi.common.concurrent] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| PropertySetException.java | 0% (0/1) | 0% (0/3) | 0% (0/13) | 0% (0/6) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class PropertySetException | 0% (0/1) | 0% (0/3) | 0% (0/13) | 0% (0/6) |
| PropertySetException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) | |
| PropertySetException (String, Throwable): void | 0% (0/1) | 0% (0/5) | 0% (0/2) | |
| PropertySetException (Throwable): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| 1 | package com.hammurapi.common.concurrent; |
| 2 | |
| 3 | import com.hammurapi.common.HammurapiException; |
| 4 | |
| 5 | public class PropertySetException extends HammurapiException { |
| 6 | |
| 7 | public PropertySetException(String message) { |
| 8 | super(message); |
| 9 | } |
| 10 | |
| 11 | public PropertySetException(Throwable cause) { |
| 12 | super(cause); |
| 13 | } |
| 14 | |
| 15 | public PropertySetException(String message, Throwable cause) { |
| 16 | super(message, cause); |
| 17 | } |
| 18 | |
| 19 | } |
| [all classes][com.hammurapi.common.concurrent] |
| EMMA 2.0.5312 EclEmma Fix 2 (C) Vladimir Roubtsov |