Class XmlLoadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.digester.xmlrules.XmlLoadException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CircularIncludeException

public class XmlLoadException extends RuntimeException
Thrown when an error occurs while parsing XML into Digester rules.
Since:
1.2
See Also:
  • Field Details

  • Constructor Details

    • XmlLoadException

      public XmlLoadException(Throwable cause)
      Parameters:
      cause - underlying exception that caused this to be thrown
    • XmlLoadException

      public XmlLoadException(String msg)
    • XmlLoadException

      public XmlLoadException(String msg, Throwable cause)
  • Method Details

    • getCause

      public Throwable getCause()
      Returns the cause of this throwable or null if the cause is nonexistent or unknown.
      Overrides:
      getCause in class Throwable