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