EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.probespec.framework.exceptions] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
CalculatorException.java | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class CalculatorException | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
CalculatorException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
1 | package de.uka.ipd.sdq.probespec.framework.exceptions; |
2 | |
3 | /** |
4 | * This Exception arises if something during the execution of the Calculator |
5 | * went wrong. |
6 | * |
7 | * @author Faber |
8 | * |
9 | */ |
10 | public class CalculatorException extends Exception { |
11 | |
12 | /** |
13 | * |
14 | */ |
15 | private static final long serialVersionUID = -5967757360389441076L; |
16 | |
17 | public CalculatorException(String desc) { |
18 | super(desc); |
19 | } |
20 | |
21 | } |
[all classes][de.uka.ipd.sdq.probespec.framework.exceptions] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |