Uses of Class
MAEPlugin.PluginException

Packages that use PluginException
MAEPlugin   
MAEPlugin.popup   
 

Uses of PluginException in MAEPlugin
 

Subclasses of PluginException in MAEPlugin
 class DuplicatePluginLoadException
          This exception is used to allow self registering of plugins for a max number of plugins.
 class MaxNumberPluginsException
          This exception is used to allow self registering of plugins for a max number of plugins.
 

Methods in MAEPlugin that throw PluginException
 MAEPlugin MAEPlugin.getInstance()
          getInstance() - returns Registry instance of this class or new if not loaded
 

Uses of PluginException in MAEPlugin.popup
 

Constructors in MAEPlugin.popup that throw PluginException
PluginLoader(MAEStub stub)
          PluginLoader() - Creates new LoadPlugins.
PluginLoader(MAEStub stub, java.lang.String pluginJarPath)
          PluginLoader() - Creates new LoadPlugin but do it siliently.