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.
- 1.2
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 (c) 2001-2004 - Apache Software Foundation