|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.umd.cs.findbugs.classfile.CheckedAnalysisException
edu.umd.cs.findbugs.ba.DataflowAnalysisException
edu.umd.cs.findbugs.ba.MissingClassException
public class MissingClassException
DataflowAnalysisException variant to report a class lookup failure that caused dataflow analysis to abort.
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 |
---|
public MissingClassException(java.lang.ClassNotFoundException exception)
exception
- the ClassNotFoundException that caused this exceptionMethod Detail |
---|
public java.lang.String getClassName()
public java.lang.ClassNotFoundException getClassNotFoundException()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |