public class ClassNotFoundException extends Exception
| Constructor and Description |
|---|
ClassNotFoundException() |
ClassNotFoundException(String message) |
ClassNotFoundException(String message,
Throwable ex) |
ClassNotFoundException(Throwable cause)
Deprecated.
- this is not a standard constructor
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassNotFoundException(String message)
public ClassNotFoundException()
public ClassNotFoundException(Throwable cause)
public Throwable getException()