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