Package com.atlassian.plugin
Class PluginParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.plugin.PluginException
com.atlassian.plugin.PluginParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ModuleClassNotFoundException
Parse plugin exception - thrown from code which must parse a plugin.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginParseException(String s, Throwable throwable) PluginParseException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginParseException
public PluginParseException() -
PluginParseException
-
PluginParseException
-
PluginParseException
-