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, % |
---|---|---|---|---|
ProbeStrategyNotFoundException.java | 0% (0/1) | 0% (0/2) | 0% (0/7) | 0% (0/4) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class ProbeStrategyNotFoundException | 0% (0/1) | 0% (0/2) | 0% (0/7) | 0% (0/4) |
ProbeStrategyNotFoundException (): void | 0% (0/1) | 0% (0/3) | 0% (0/2) | |
ProbeStrategyNotFoundException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
1 | package de.uka.ipd.sdq.probespec.framework.exceptions; |
2 | |
3 | public class ProbeStrategyNotFoundException extends RuntimeException { |
4 | |
5 | public ProbeStrategyNotFoundException() { |
6 | super(); |
7 | } |
8 | |
9 | public ProbeStrategyNotFoundException(String message) { |
10 | super(message); |
11 | } |
12 | |
13 | } |
[all classes][de.uka.ipd.sdq.probespec.framework.exceptions] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |