Class PluginExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.util.concurrent.ExecutionException
-
- chemaxon.marvin.plugin.concurrent.PluginExecutionException
-
- All Implemented Interfaces:
Serializable
@PublicAPI public class PluginExecutionException extends ExecutionException
- Since:
- Marvin 5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginExecutionException(CalculatorPlugin plugin, String message, Throwable cause)
Constructor.PluginExecutionException(CalculatorPlugin plugin, Throwable cause)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalculatorPlugin
getPlugin()
Returns the plugin object.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PluginExecutionException
public PluginExecutionException(CalculatorPlugin plugin, Throwable cause)
Constructor.- Parameters:
plugin
- the calculator plugincause
- the throwable
-
PluginExecutionException
public PluginExecutionException(CalculatorPlugin plugin, String message, Throwable cause)
Constructor.- Parameters:
plugin
- the calculator pluginmessage
- the exception messagecause
- the throwable
-
-
Method Detail
-
getPlugin
public CalculatorPlugin getPlugin()
Returns the plugin object.- Returns:
- the plugin object
-
-