public class NoOpPluginExceptionInterception extends Object implements PluginExceptionInterception
| Modifier and Type | Field and Description |
|---|---|
static PluginExceptionInterception |
NOOP_INTERCEPTION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onEnableException(Plugin plugin,
Exception pluginException)
This is called when a plugin cant be enabled because an exception has been thrown.
|
public static final PluginExceptionInterception NOOP_INTERCEPTION
public boolean onEnableException(Plugin plugin, Exception pluginException)
PluginExceptionInterceptiononEnableException in interface PluginExceptionInterceptionplugin - the plugin that has failed to be enabledpluginException - the exception that was thrown during plugin enableCopyright © 2014 Atlassian. All rights reserved.