| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.digester.xmlrules.DigesterLoadingException
DigesterLoadingException | public class DigesterLoadingException extends Exception (Code) | | Thrown when an error occurs while parsing XML into Digester rules.
since: 1.2 |
Method Summary | |
public Throwable | getCause() Return the cause of this exception (if any) as specified in the
exception constructor. |
DigesterLoadingException | public DigesterLoadingException(String msg)(Code) | | Parameters: msg - a String detailing the reason for the exception |
DigesterLoadingException | public DigesterLoadingException(Throwable cause)(Code) | | Parameters: cause - underlying exception that caused this to be thrown |
DigesterLoadingException | public DigesterLoadingException(String msg, Throwable cause)(Code) | | Parameters: msg - a String detailing the reason for the exception Parameters: cause - underlying exception that caused this to be thrown |
getCause | public Throwable getCause()(Code) | | Return the cause of this exception (if any) as specified in the
exception constructor.
since: 1.8 |
|
|
|