org.apache.commons.digester.plugins
public class PluginConfigurationException extends RuntimeException
Since: 1.6
| Field Summary | |
|---|---|
| Throwable | cause |
| Constructor Summary | |
|---|---|
| PluginConfigurationException(Throwable cause) | |
| PluginConfigurationException(String msg) | |
| PluginConfigurationException(String msg, Throwable cause) | |
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