Serializablepublic class ClassNotFoundException extends Exception
| Constructor | Description |
|---|---|
ClassNotFoundException() |
|
ClassNotFoundException(String var0) |
|
ClassNotFoundException(String var0,
Throwable var1) |
| Modifier and Type | Method | Description |
|---|---|---|
Throwable |
getException() |
|
void |
printStackTrace() |
|
void |
printStackTrace(PrintStream var0) |
|
void |
printStackTrace(PrintWriter var0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfillInStackTrace, getLocalizedMessage, getMessage, toStringpublic ClassNotFoundException()
public ClassNotFoundException(String var0)
public Throwable getException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream var0)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter var0)
printStackTrace in class Throwable