Validates the passed configuration item @param citem The item to validate
(ConfigurationItem citem)
| 24 | * @param citem The item to validate |
| 25 | */ |
| 26 | public void validate(ConfigurationItem citem); |
| 27 | |
| 28 | /** A static exception that needs no stack trace or whatever */ |
| 29 | public static final Exception EX = new Exception(); |
no outgoing calls
no test coverage detected