|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| ConfigurationManagerException.java | - | 100% | 100% | 100% |
|
||||||||||||||
| 1 | package org.jconfig; | |
| 2 | ||
| 3 | public class ConfigurationManagerException extends Exception | |
| 4 | { | |
| 5 | 8 | public ConfigurationManagerException (String msg) |
| 6 | { | |
| 7 | 8 | super(msg); |
| 8 | } | |
| 9 | } | |
| 10 |
|
||||||||||