com.germinus.easyconf
Class DigesterRulesNotFoundException

java.lang.Object
  extended by NestableRuntimeException
      extended by com.germinus.easyconf.ConfigurationException
          extended by 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
private  java.lang.String digesterRulesFileName
           
 
Constructor Summary
DigesterRulesNotFoundException(java.lang.String componentName, java.lang.String digesterRulesFileName)
           
 
Method Summary
 java.lang.String getDigesterRulesFileName()
           
 java.lang.String getMessage()
           
 
Methods inherited from class com.germinus.easyconf.ConfigurationException
getComponentName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

digesterRulesFileName

private java.lang.String digesterRulesFileName
Constructor Detail

DigesterRulesNotFoundException

public DigesterRulesNotFoundException(java.lang.String componentName,
                                      java.lang.String digesterRulesFileName)
Method Detail

getDigesterRulesFileName

public java.lang.String getDigesterRulesFileName()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class ConfigurationException