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