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.- See Also:
PluginLoader, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description PluginException(java.lang.String msg)Constructor.PluginException(java.lang.String msg, java.lang.Throwable cause)Constructor.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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
-
-