Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.digester3.plugins.PluginException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PluginInvalidInputException
Thrown when some plugin-related error has occurred, and none of the other exception types are appropriate.
- Since:
- 1.6
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPluginException(String msg) PluginException(String msg, Throwable cause) PluginException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
cause
-
-
Constructor Details
-
PluginException
- Parameters:
cause- underlying exception that caused this to be thrown
-
PluginException
- Parameters:
msg- describes the reason this exception is being thrown.
-
PluginException
-
-
Method Details
-
getCause
-