org.apache.commons.digester.xmlrules
public class DigesterLoadingException extends Exception
Since: 1.2
Field Summary | |
---|---|
Throwable | cause |
Constructor Summary | |
---|---|
DigesterLoadingException(String msg) | |
DigesterLoadingException(Throwable cause) | |
DigesterLoadingException(String msg, Throwable cause) |
Parameters: msg a String detailing the reason for the exception
Parameters: cause underlying exception that caused this to be thrown
Parameters: msg a String detailing the reason for the exception cause underlying exception that caused this to be thrown