| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.tcfmoop.config.exceptions] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| InvalidConfigException.java | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class InvalidConfigException | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| InvalidConfigException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| 1 | /** |
| 2 | * |
| 3 | */ |
| 4 | package de.uka.ipd.sdq.tcfmoop.config.exceptions; |
| 5 | |
| 6 | /** |
| 7 | * |
| 8 | * An Exception thrown in case the parameters supplied |
| 9 | * to the Configuration classes are not valid |
| 10 | * @author Atanas Dimitrov |
| 11 | */ |
| 12 | @SuppressWarnings("serial") |
| 13 | public class InvalidConfigException extends Exception { |
| 14 | |
| 15 | public InvalidConfigException(String message){ |
| 16 | super(message); |
| 17 | } |
| 18 | |
| 19 | } |
| [all classes][de.uka.ipd.sdq.tcfmoop.config.exceptions] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |