|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.ClassNotFoundException
Constructor Summary | |
ClassNotFoundException()
|
|
ClassNotFoundException(String)
|
|
ClassNotFoundException(String,
Throwable)
|
Method Summary | |
Throwable |
getCause()
|
Throwable |
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 |
equals, hashCode |
Constructor Detail |
public ClassNotFoundException()
public ClassNotFoundException(String)
public ClassNotFoundException(String, Throwable)
Method Detail |
public Throwable getException()
public Throwable getCause()
getCause
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |