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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlLoadException(String msg)XmlLoadException(String msg, Throwable cause)XmlLoadException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()Returns the cause of this throwable or null if the cause is nonexistent or unknown.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-