org.apache.commons.digester.plugins
public class PluginException extends Exception
Since: 1.6
Constructor Summary | |
---|---|
PluginException(Throwable cause) | |
PluginException(String msg) | |
PluginException(String msg, Throwable cause) |
Method Summary | |
---|---|
Throwable | getCause() |
Parameters: cause underlying exception that caused this to be thrown
Parameters: msg describes the reason this exception is being thrown.
Parameters: msg describes the reason this exception is being thrown. cause underlying exception that caused this to be thrown
Returns: the underlying exception that caused this to be thrown