@Internal
public interface PluginExceptionInterception
| Modifier and Type | Method and Description |
|---|---|
boolean |
onEnableException(Plugin plugin,
java.lang.Exception pluginException)
This is called when a plugin cant be enabled because an exception has been thrown.
|
boolean onEnableException(Plugin plugin, java.lang.Exception pluginException)
plugin - the plugin that has failed to be enabledpluginException - the exception that was thrown during plugin enableCopyright © 2013 Atlassian. All Rights Reserved.