| EMMA Coverage Report (generated Tue Apr 17 08:51:20 BST 2007) |
|---|
| [all classes][org.jtoolkit.essence.data] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| VisitorException.java | 100% (1/1) | 100% (2/2) | 100% (9/9) | 100% (4/4) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class VisitorException | 100% (1/1) | 100% (2/2) | 100% (9/9) | 100% (4/4) |
| VisitorException (String, Throwable): void | 100% (1/1) | 100% (5/5) | 100% (2/2) | |
| VisitorException (Throwable): void | 100% (1/1) | 100% (4/4) | 100% (2/2) |
| 1 | package org.jtoolkit.essence.data; |
| 2 | |
| 3 | /** |
| 4 | * @author Peter Lawrey |
| 5 | * @version 11-Feb-2007 |
| 6 | */ |
| 7 | public class VisitorException extends RuntimeException { |
| 8 | |
| 9 | public VisitorException(String message, Throwable cause) { |
| 10 | super(message, cause); |
| 11 | } |
| 12 | |
| 13 | public VisitorException(Throwable cause) { |
| 14 | super(cause); |
| 15 | } |
| 16 | } |
| [all classes][org.jtoolkit.essence.data] |
| EMMA 2.0.5312 (C) Vladimir Roubtsov |