Package nz.org.riskscape.engine.plugin
Class PluginRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.plugin.PluginRuntimeException
- All Implemented Interfaces:
Serializable
PluginRuntimeException
are thrown when the plugin system fails to initialize or start a plugin
- See Also:
-
Constructor Summary
ConstructorDescriptionPluginRuntimeException
(String message, Object... args) PluginRuntimeException
(Throwable cause, String message, Object... args) PluginRuntimeException
(PluginDescriptor plugin, Throwable cause, String message, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginRuntimeException
public PluginRuntimeException(PluginDescriptor plugin, Throwable cause, String message, Object... args) -
PluginRuntimeException
-
PluginRuntimeException
-
-
Method Details
-
getPlugin
-