| EMMA Coverage Report (generated Sat Feb 02 18:43:55 MSK 2008) |
|---|
| [all classes][net.sourceforge.retroweaver.runtime.java.lang] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| TypeNotPresentException.java | 0% (0/1) | 0% (0/2) | 0% (0/18) | 0% (0/4) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class TypeNotPresentException | 0% (0/1) | 0% (0/2) | 0% (0/18) | 0% (0/4) |
| TypeNotPresentException (String, Throwable): void | 0% (0/1) | 0% (0/15) | 0% (0/3) | |
| typeName (): String | 0% (0/1) | 0% (0/3) | 0% (0/1) |
| 1 | package net.sourceforge.retroweaver.runtime.java.lang; |
| 2 | |
| 3 | public class TypeNotPresentException extends RuntimeException { |
| 4 | |
| 5 | private String typeName; |
| 6 | |
| 7 | public TypeNotPresentException(String typeName, Throwable cause) { |
| 8 | super("type: " + typeName, cause); |
| 9 | |
| 10 | this.typeName = typeName; |
| 11 | } |
| 12 | |
| 13 | public String typeName() { |
| 14 | return typeName; |
| 15 | } |
| 16 | |
| 17 | } |
| [all classes][net.sourceforge.retroweaver.runtime.java.lang] |
| EMMA 2.0.8001 (unsupported private build) (C) Vladimir Roubtsov |