Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » xmlrules » [javadoc | source]
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.
Constructor:
 public XmlLoadException(Throwable cause) 
    Parameters:
    cause - underlying exception that caused this to be thrown
 public XmlLoadException(String msg) 
 public XmlLoadException(String msg,
    Throwable cause) 
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
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.xmlrules.XmlLoadException Detail:
 public Throwable getCause() 
    Returns the cause of this throwable or null if the cause is nonexistent or unknown.