org.apache.commons.digester.xmlrules
public class: XmlLoadException [javadoc |
source]
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.
| Method from org.apache.commons.digester.xmlrules.XmlLoadException Summary: |
|---|
|
getCause |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Method from org.apache.commons.digester.xmlrules.XmlLoadException Detail: |
public Throwable getCause() {
return cause;
}
Returns the cause of this throwable or null if the cause is
nonexistent or unknown. |