Class PluginConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.digester.plugins.PluginConfigurationException
- All Implemented Interfaces:
Serializable
Thrown when an error occurs due to the way the calling application uses
the plugins module. Because the pre-existing Digester API doesn't provide
any option for throwing checked exceptions at some points where Plugins
can potentially fail, this exception extends RuntimeException so that it
can "tunnel" through these points.
- Since:
- 1.6
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.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
-
PluginConfigurationException
- Parameters:
cause
- underlying exception that caused this to be thrown
-
PluginConfigurationException
- Parameters:
msg
- describes the reason this exception is being thrown.
-
PluginConfigurationException
- Parameters:
msg
- describes the reason this exception is being thrown.cause
- underlying exception that caused this to be thrown
-
-
Method Details