FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Class MissingClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.umd.cs.findbugs.classfile.CheckedAnalysisException
              extended by edu.umd.cs.findbugs.ba.DataflowAnalysisException
                  extended by edu.umd.cs.findbugs.ba.MissingClassException
All Implemented Interfaces:
java.io.Serializable

public class MissingClassException
extends DataflowAnalysisException

DataflowAnalysisException variant to report a class lookup failure that caused dataflow analysis to abort.

Author:
David Hovemeyer
See Also:
Serialized Form

Constructor Summary
MissingClassException(java.lang.ClassNotFoundException exception)
          Constructor.
 
Method Summary
 java.lang.String getClassName()
          Get the name of the missing class.
 java.lang.ClassNotFoundException getClassNotFoundException()
          Get the ClassNotFoundException that caused this exception.
 
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

MissingClassException

public MissingClassException(java.lang.ClassNotFoundException exception)
Constructor.

Parameters:
exception - the ClassNotFoundException that caused this exception
Method Detail

getClassName

public java.lang.String getClassName()
Get the name of the missing class.

Returns:
name of the missing class, or null if the missing class name is unknown

getClassNotFoundException

public java.lang.ClassNotFoundException getClassNotFoundException()
Get the ClassNotFoundException that caused this exception.

Returns:
the ClassNotFoundException that caused this exception

FindBugs™ 1.3.9

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