Class DigesterLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.digester.xmlrules.DigesterLoadingException
- All Implemented Interfaces:
Serializable
Thrown when an error occurs while parsing XML into Digester rules.
- Since:
- 1.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DigesterLoadingException
- Parameters:
msg
- a String detailing the reason for the exception
-
DigesterLoadingException
- Parameters:
cause
- underlying exception that caused this to be thrown
-
DigesterLoadingException
- Parameters:
msg
- a String detailing the reason for the exceptioncause
- underlying exception that caused this to be thrown
-
-
Method Details