Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.commons.plugin.exception.PluginException
- All Implemented Interfaces:
Serializable
Exception related to plugin descriptors
- Since:
- 3.1.1
- Author:
- joseross
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginException(String message) PluginException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginException
-
PluginException
-