org.apache.commons.digester.xmlrules
Class DigesterLoadingException
Exception
org.apache.commons.digester.xmlrules.DigesterLoadingException
public class DigesterLoadingException
extends Exception
Thrown when an error occurs while parsing XML into Digester rules.
Throwable | getCause() - Return the cause of this exception (if any) as specified in the
exception constructor.
|
cause
private Throwable cause
DigesterLoadingException
public DigesterLoadingException(String msg)
msg
- a String detailing the reason for the exception
DigesterLoadingException
public DigesterLoadingException(String msg,
Throwable cause)
msg
- a String detailing the reason for the exceptioncause
- underlying exception that caused this to be thrown
DigesterLoadingException
public DigesterLoadingException(Throwable cause)
cause
- underlying exception that caused this to be thrown
getCause
public Throwable getCause()
Return the cause of this exception (if any) as specified in the
exception constructor.
Copyright 2001-2005 The Apache Software Foundation.