Uses of Class
org.bukkit.plugin.InvalidPluginException
Packages that use InvalidPluginException
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes specifically relating to loading software modules at runtime.
Classes for handling 
plugins written in
 java.- 
Uses of InvalidPluginException in org.bukkitMethods in org.bukkit that throw InvalidPluginExceptionModifier and TypeMethodDescriptionvoidUnsafeValues.checkSupported(PluginDescriptionFile pdf)Deprecated.
- 
Uses of InvalidPluginException in org.bukkit.pluginMethods in org.bukkit.plugin that throw InvalidPluginExceptionModifier and TypeMethodDescriptionPluginLoader.loadPlugin(File file)Loads the plugin contained in the specified filePluginManager.loadPlugin(File file)Loads the plugin in the specified fileSimplePluginManager.loadPlugin(File file)Loads the plugin in the specified file
- 
Uses of InvalidPluginException in org.bukkit.plugin.javaMethods in org.bukkit.plugin.java that throw InvalidPluginException