| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.reliability.solver.pcm2markov] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| MarkovException.java | 0% (0/1) | 0% (0/3) | 0% (0/12) | 0% (0/6) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class MarkovException | 0% (0/1) | 0% (0/3) | 0% (0/12) | 0% (0/6) |
| MarkovException (): void | 0% (0/1) | 0% (0/3) | 0% (0/2) | |
| MarkovException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) | |
| MarkovException (String, Exception): void | 0% (0/1) | 0% (0/5) | 0% (0/2) |
| 1 | package de.uka.ipd.sdq.reliability.solver.pcm2markov; |
| 2 | |
| 3 | public class MarkovException extends RuntimeException { |
| 4 | |
| 5 | private static final long serialVersionUID = -5972349732096236246L; |
| 6 | |
| 7 | public MarkovException() { |
| 8 | } |
| 9 | |
| 10 | public MarkovException(String message) { |
| 11 | super(message); |
| 12 | } |
| 13 | |
| 14 | public MarkovException(String message, Exception innerException) { |
| 15 | super(message, innerException); |
| 16 | } |
| 17 | } |
| [all classes][de.uka.ipd.sdq.reliability.solver.pcm2markov] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |