| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.simucomframework.exceptions] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| NegativeDemandIssuedException.java | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class NegativeDemandIssuedException | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| NegativeDemandIssuedException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| 1 | package de.uka.ipd.sdq.simucomframework.exceptions; |
| 2 | |
| 3 | public class NegativeDemandIssuedException extends RuntimeException { |
| 4 | |
| 5 | /** |
| 6 | * |
| 7 | */ |
| 8 | private static final long serialVersionUID = -4682381036382175779L; |
| 9 | |
| 10 | public NegativeDemandIssuedException(String arg0) { |
| 11 | super(arg0); |
| 12 | // TODO Auto-generated constructor stub |
| 13 | } |
| 14 | |
| 15 | } |
| [all classes][de.uka.ipd.sdq.simucomframework.exceptions] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |