@Internal
public interface PluginExceptionInterception
| 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.
|
boolean onEnableException(Plugin plugin, Exception pluginException)
plugin - the plugin that has failed to be enabledpluginException - the exception that was thrown during plugin enableCopyright © 2014 Atlassian. All rights reserved.