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