|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bramosystems.oss.player.core.client.PluginNotFoundException
public class PluginNotFoundException
Thrown to indicate that a required plugin cannot be found on the client's browser.
On catching this exception, a message might be displayed to the user describing how to download the plugin.
PluginVersionException
,
Serialized FormConstructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
Plugin |
getPlugin()
Returns the required plugin |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PluginNotFoundException()
public PluginNotFoundException(Plugin plugin)
plugin
- the required pluginpublic PluginNotFoundException(String message)
message
- describes the exceptionpublic PluginNotFoundException(Plugin plugin, String message)
plugin
- the required pluginmessage
- describes the exceptionMethod Detail |
---|
public Plugin getPlugin()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |