EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.dsexplore.analysis] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
AnalysisFailedException.java | 0% (0/1) | 0% (0/4) | 0% (0/16) | 0% (0/8) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class AnalysisFailedException | 0% (0/1) | 0% (0/4) | 0% (0/16) | 0% (0/8) |
AnalysisFailedException (): void | 0% (0/1) | 0% (0/3) | 0% (0/2) | |
AnalysisFailedException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) | |
AnalysisFailedException (String, Throwable): void | 0% (0/1) | 0% (0/5) | 0% (0/2) | |
AnalysisFailedException (Throwable): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
1 | package de.uka.ipd.sdq.dsexplore.analysis; |
2 | |
3 | public class AnalysisFailedException extends Exception { |
4 | |
5 | /** |
6 | * |
7 | */ |
8 | private static final long serialVersionUID = 1276743034873996034L; |
9 | |
10 | /** |
11 | * @see Exception#Exception() |
12 | */ |
13 | public AnalysisFailedException() { |
14 | super(); |
15 | } |
16 | |
17 | /** |
18 | * @see Exception#Exception(String, Throwable) |
19 | */ |
20 | public AnalysisFailedException(String arg0, Throwable arg1) { |
21 | super(arg0, arg1); |
22 | } |
23 | |
24 | /** |
25 | * @see Exception#Exception(String) |
26 | */ |
27 | public AnalysisFailedException(String arg0) { |
28 | super(arg0); |
29 | } |
30 | |
31 | /** |
32 | * @see Exception#Exception(Throwable) |
33 | */ |
34 | public AnalysisFailedException(Throwable arg0) { |
35 | super(arg0); |
36 | } |
37 | |
38 | |
39 | |
40 | } |
[all classes][de.uka.ipd.sdq.dsexplore.analysis] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |