Package com.germinus.easyconf
Class DigesterRulesNotFoundException
- java.lang.Object
-
- NestableRuntimeException
-
- com.germinus.easyconf.ConfigurationException
-
- com.germinus.easyconf.DigesterRulesNotFoundException
-
public class DigesterRulesNotFoundException extends ConfigurationException
Thrown when an XML configuration file for a requested component exists but there is not a file which defines de digester rules which should be used to parse it- Version:
- $Revision: 1.2 $
- Author:
- Jorge Ferrer
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
digesterRulesFileName
-
Constructor Summary
Constructors Constructor Description DigesterRulesNotFoundException(java.lang.String componentName, java.lang.String digesterRulesFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDigesterRulesFileName()
java.lang.String
getMessage()
-
Methods inherited from class com.germinus.easyconf.ConfigurationException
getComponentName
-
-
-
-
Method Detail
-
getDigesterRulesFileName
public java.lang.String getDigesterRulesFileName()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classConfigurationException
-
-