Package edu.umd.cs.findbugs
Class PluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.umd.cs.findbugs.PluginException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PluginDoesntContainMetadataException
public class PluginException extends java.lang.ExceptionAn exception to indicate that a plugin could not be loaded.- Author:
- David Hovemeyer
- See Also:
PluginLoader, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginException(java.lang.String msg)Constructor.PluginException(java.lang.String msg, java.lang.Throwable cause)Constructor.
-
-
-
Constructor Detail
-
PluginException
public PluginException(java.lang.String msg)
Constructor.- Parameters:
msg- message describing the exception
-
PluginException
public PluginException(java.lang.String msg, java.lang.Throwable cause)Constructor.- Parameters:
msg- message describing the exceptioncause- another Throwable object which is the cause of the exception
-
-