| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.spa.basicsolver.visitor.perfhandler.exception] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| PDFTableNotSetException.java | 0% (0/1) | 0% (0/2) | 0% (0/5) | 0% (0/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class PDFTableNotSetException | 0% (0/1) | 0% (0/2) | 0% (0/5) | 0% (0/2) |
| PDFTableNotSetException (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
| getMessage (): String | 0% (0/1) | 0% (0/2) | 0% (0/1) |
| 1 | package de.uka.ipd.sdq.spa.basicsolver.visitor.perfhandler.exception; |
| 2 | |
| 3 | public class PDFTableNotSetException extends Exception { |
| 4 | |
| 5 | |
| 6 | |
| 7 | @Override |
| 8 | public String getMessage() { |
| 9 | return "The PDF table is not set!"; |
| 10 | } |
| 11 | |
| 12 | /** |
| 13 | * |
| 14 | */ |
| 15 | private static final long serialVersionUID = -7032806966100328804L; |
| 16 | |
| 17 | |
| 18 | } |
| [all classes][de.uka.ipd.sdq.spa.basicsolver.visitor.perfhandler.exception] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |