@PublicAPI public class PluginExecutionException extends java.util.concurrent.ExecutionException
Throwable
and the plugin object which
has thrown the Throwable
.Constructor and Description |
---|
PluginExecutionException(CalculatorPlugin plugin,
java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
PluginExecutionException(CalculatorPlugin plugin,
java.lang.Throwable cause)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CalculatorPlugin |
getPlugin()
Returns the plugin object.
|
public PluginExecutionException(CalculatorPlugin plugin, java.lang.Throwable cause)
plugin
- the calculator plugincause
- the throwablepublic PluginExecutionException(CalculatorPlugin plugin, java.lang.String message, java.lang.Throwable cause)
plugin
- the calculator pluginmessage
- the exception messagecause
- the throwablepublic CalculatorPlugin getPlugin()