Class DigesterLoadingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.digester.xmlrules.DigesterLoadingException
All Implemented Interfaces:
Serializable

public class DigesterLoadingException extends Exception
Thrown when an error occurs while parsing XML into Digester rules.
Since:
1.2
See Also:
  • Constructor Details

  • Method Details

    • getCause

      public Throwable getCause()
      Return the cause of this exception (if any) as specified in the exception constructor.
      Overrides:
      getCause in class Throwable
      Since:
      1.8