Class PluginExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.ExecutionException
chemaxon.marvin.plugin.concurrent.PluginExecutionException
- All Implemented Interfaces:
Serializable
- Since:
- Marvin 5.0
- See Also:
-
Constructor Summary
ConstructorDescriptionPluginExecutionException
(CalculatorPlugin plugin, String message, Throwable cause) Constructor.PluginExecutionException
(CalculatorPlugin plugin, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginExecutionException
Constructor.- Parameters:
plugin
- the calculator plugincause
- the throwable
-
PluginExecutionException
Constructor.- Parameters:
plugin
- the calculator pluginmessage
- the exception messagecause
- the throwable
-
-
Method Details
-
getPlugin
Returns the plugin object.- Returns:
- the plugin object
-