Class PluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.digester.plugins.PluginException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PluginInvalidInputException
public class PluginException extends Exception
Thrown when some plugin-related error has occurred, and none of the other exception types are appropriate.- Since:
- 1.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginException(String msg)
PluginException(String msg, Throwable cause)
PluginException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-