EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.simucomframework.variables.exceptions] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
StochasticExpressionEvaluationFailedException.java | 0% (0/1) | 0% (0/1) | 0% (0/5) | 0% (0/2) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class StochasticExpressionEvaluationFailedException | 0% (0/1) | 0% (0/1) | 0% (0/5) | 0% (0/2) |
StochasticExpressionEvaluationFailedException (String, Exception): void | 0% (0/1) | 0% (0/5) | 0% (0/2) |
1 | package de.uka.ipd.sdq.simucomframework.variables.exceptions; |
2 | |
3 | public class StochasticExpressionEvaluationFailedException extends |
4 | RuntimeException { |
5 | |
6 | public StochasticExpressionEvaluationFailedException(String string, |
7 | Exception ex) { |
8 | super(string,ex); |
9 | } |
10 | |
11 | } |
[all classes][de.uka.ipd.sdq.simucomframework.variables.exceptions] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |