Uses of Class
org.java.plugin.JpfException
-
Packages that use JpfException Package Description org.java.plugin This package contains framework runtime API.org.java.plugin.registry This package contains framework registry API.org.java.plugin.standard This package contains standard implementation of main framework runtime API. -
-
Uses of JpfException in org.java.plugin
Subclasses of JpfException in org.java.plugin Modifier and Type Class Description class
PluginLifecycleException
Exception class that indicates errors during plug-in life cycle.Methods in org.java.plugin that throw JpfException Modifier and Type Method Description abstract java.util.Map<java.lang.String,Identity>
PluginManager. publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager. -
Uses of JpfException in org.java.plugin.registry
Subclasses of JpfException in org.java.plugin.registry Modifier and Type Class Description class
ManifestProcessingException
Exception class that indicates errors during plug-in manifest processing. -
Uses of JpfException in org.java.plugin.standard
Methods in org.java.plugin.standard that throw JpfException Modifier and Type Method Description java.util.Map<java.lang.String,Identity>
StandardPluginManager. publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager.
-