Uses of Class
org.java.plugin.JpfException
Packages that use JpfException
Package
Description
This package contains framework runtime API.
This package contains framework registry API.
This package contains standard implementation of main framework runtime API.
-
Uses of JpfException in org.java.plugin
Subclasses of JpfException in org.java.pluginModifier and TypeClassDescriptionclass
Exception class that indicates errors during plug-in life cycle.Methods in org.java.plugin that throw JpfExceptionModifier and TypeMethodDescriptionPluginManager.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.registryModifier and TypeClassDescriptionclass
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 JpfExceptionModifier and TypeMethodDescriptionStandardPluginManager.publishPlugins
(PluginManager.PluginLocation[] locations) Registers plug-ins and their locations with this plug-in manager.