FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.umd.cs.findbugs.PluginException
All Implemented Interfaces:
java.io.Serializable

public class PluginException
extends java.lang.Exception

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

Author:
David Hovemeyer
See Also:
PluginLoader, Serialized Form

Constructor Summary
PluginException(java.lang.String msg)
          Constructor.
PluginException(java.lang.String msg, java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 exception
cause - another Throwable object which is the cause of the exception

FindBugs™ 1.3.9

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