Class PluginException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.umd.cs.findbugs.PluginException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PluginDoesntContainMetadataException

public class PluginException extends Exception
An exception to indicate that a plugin could not be loaded.
Author:
David Hovemeyer
See Also:
  • Constructor Details

    • 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