public class PluginNotFoundException extends Exception
On catching this exception, a message might be displayed to the user describing how to download the plugin.
PluginVersionException
,
Serialized FormConstructor and Description |
---|
PluginNotFoundException()
Constructs a new PluginNotFoundException
|
PluginNotFoundException(Plugin plugin)
Constructs a new PluginNotFoundException for the specified plugin
|
PluginNotFoundException(Plugin plugin,
String message)
Constructs a new PluginNotFoundException with the specified message
|
PluginNotFoundException(String message)
Constructs a new PluginNotFoundException with the specified message
|
Modifier and Type | Method and Description |
---|---|
Plugin |
getPlugin()
Returns the required plugin
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluginNotFoundException()
public PluginNotFoundException(Plugin plugin)
plugin
- the required pluginpublic PluginNotFoundException(String message)
message
- describes the exceptionpublic Plugin getPlugin()
Copyright © 2009-2013. All Rights Reserved.