org.apache.commons.digester.xmlrules
Class XmlLoadException
RuntimeException
org.apache.commons.digester.xmlrules.XmlLoadException
public class XmlLoadException
extends RuntimeException
Thrown when an error occurs while parsing XML into Digester rules.
Throwable | getCause() - Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
|
cause
private Throwable cause
XmlLoadException
public XmlLoadException(String msg)
XmlLoadException
public XmlLoadException(String msg,
Throwable cause)
XmlLoadException
public XmlLoadException(Throwable cause)
cause
- underlying exception that caused this to be thrown
getCause
public Throwable getCause()
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
Copyright 2001-2005 The Apache Software Foundation.