java.lang
Class ClassNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.ClassNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public synchronized class ClassNotFoundException
- extends Exception
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ex
private Throwable ex
ClassNotFoundException
public ClassNotFoundException()
ClassNotFoundException
public ClassNotFoundException(String)
ClassNotFoundException
public ClassNotFoundException(String,
Throwable)
getException
public Throwable getException()
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable