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
Thrown when an error occurs while parsing XML into Digester rules.
- Since:
- 1.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlLoadException
(String msg) XmlLoadException
(String msg, Throwable cause) XmlLoadException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString