org.apache.commons.digester.xmlrules
public class XmlLoadException extends RuntimeException
Since: 1.2
Field Summary | |
---|---|
Throwable | cause |
Constructor Summary | |
---|---|
XmlLoadException(Throwable cause) | |
XmlLoadException(String msg) | |
XmlLoadException(String msg, Throwable cause) |
Method Summary | |
---|---|
Throwable | getCause()
Returns the cause of this throwable or null if the cause is
nonexistent or unknown. |
Parameters: cause underlying exception that caused this to be thrown