Class DigesterRulesNotFoundException

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 Details

    • digesterRulesFileName

      private String digesterRulesFileName
  • Constructor Details

    • DigesterRulesNotFoundException

      public DigesterRulesNotFoundException(String componentName, String digesterRulesFileName)
  • Method Details