org.apache.commons.digester.plugins
public class PluginConfigurationException extends RuntimeException
Since: 1.6
Constructor Summary | |
---|---|
PluginConfigurationException(Throwable cause) | |
PluginConfigurationException(String msg) | |
PluginConfigurationException(String msg, Throwable cause) |
Method Summary | |
---|---|
Throwable | getCause()
Return the cause of this exception (if any) as specified in the
exception constructor.
|
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
Since: 1.8