edu.umd.cs.findbugs

Class PluginException

public class PluginException extends Exception

An exception to indicate that a plugin could not be loaded.

Author: David Hovemeyer

See Also: PluginLoader

Constructor Summary
PluginException(String msg)
Constructor.
PluginException(String msg, Throwable cause)
Constructor.

Constructor Detail

PluginException

public PluginException(String msg)
Constructor.

Parameters: msg message describing the exception

PluginException

public PluginException(String msg, Throwable cause)
Constructor.

Parameters: msg message describing the exception cause another Throwable object which is the cause of the exception

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.