Uses of Class
edu.umd.cs.findbugs.PluginException
Packages that use PluginException
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
-
Uses of PluginException in edu.umd.cs.findbugs
Subclasses of PluginException in edu.umd.cs.findbugsMethods in edu.umd.cs.findbugs that throw PluginExceptionModifier and TypeMethodDescriptionstatic PluginPlugin.addCustomPlugin(URI u) static PluginPlugin.addCustomPlugin(URI u, ClassLoader parent) static PluginPlugin.addCustomPlugin(URL u) static PluginPlugin.addCustomPlugin(URL u, ClassLoader parent) org.dom4j.DocumentPluginLoader.getPluginDescriptor()static PluginLoaderPluginLoader.getPluginLoader(URL url, ClassLoader parent, boolean isInitial, boolean optional) static PluginPlugin.loadCustomPlugin(File f, Project project) Loads the given plugin and enables it for the given project.static PluginPlugin.loadCustomPlugin(URL urlString, Project project) Loads the given plugin and enables it for the given project.PluginLoader.loadPlugin()Get the Plugin.Constructors in edu.umd.cs.findbugs that throw PluginExceptionModifierConstructorDescriptionDeprecated.PluginLoader(boolean fake, URL url) Deprecated.PluginLoader(URL url) Deprecated.PluginLoader(URL url, ClassLoader parent) Deprecated.
PluginLoader(URL,URI,ClassLoader,boolean,boolean)instead