|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.ClassNotFoundException
edu.umd.cs.findbugs.ba.type2.UnknownTypeException
public class UnknownTypeException
Exception to indicate that information requested about a type is not known. For example, asking whether a particular type is an interface or a class, when we don't know because we haven't seen the class file for that type.
Constructor Summary | |
---|---|
UnknownTypeException(java.lang.String msg)
|
Method Summary |
---|
Methods inherited from class java.lang.ClassNotFoundException |
---|
getCause, getException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 UnknownTypeException(java.lang.String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |