EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.probfunction.math.exception] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
UnknownPDFTypeException.java | 0% (0/1) | 0% (0/2) | 0% (0/24) | 0% (0/4) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class UnknownPDFTypeException | 0% (0/1) | 0% (0/2) | 0% (0/24) | 0% (0/4) |
UnknownPDFTypeException (IProbabilityDensityFunction): void | 0% (0/1) | 0% (0/12) | 0% (0/2) | |
UnknownPDFTypeException (ProbabilityDensityFunction): void | 0% (0/1) | 0% (0/12) | 0% (0/2) |
1 | package de.uka.ipd.sdq.probfunction.math.exception; |
2 | |
3 | import de.uka.ipd.sdq.probfunction.ProbabilityDensityFunction; |
4 | import de.uka.ipd.sdq.probfunction.math.IProbabilityDensityFunction; |
5 | |
6 | public class UnknownPDFTypeException extends ProbabilityFunctionException { |
7 | |
8 | public UnknownPDFTypeException(IProbabilityDensityFunction pdf) { |
9 | super("Unknown PDF type "+pdf.getClass().getName()); |
10 | } |
11 | |
12 | public UnknownPDFTypeException(ProbabilityDensityFunction epdf) { |
13 | super("Unknown PDF type "+epdf.getClass().getName()); |
14 | } |
15 | |
16 | /** |
17 | * |
18 | */ |
19 | private static final long serialVersionUID = -7712120781144936371L; |
20 | |
21 | } |
[all classes][de.uka.ipd.sdq.probfunction.math.exception] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |