java.lang
Class ExceptionInInitializerError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--java.lang.LinkageError
|
+--java.lang.ExceptionInInitializerError
- All Implemented Interfaces:
- java.io.Serializable
- public synchronized class ExceptionInInitializerError
- extends LinkageError
- 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
exception
private Throwable exception
ExceptionInInitializerError
public ExceptionInInitializerError()
ExceptionInInitializerError
public ExceptionInInitializerError(Throwable)
ExceptionInInitializerError
public ExceptionInInitializerError(String)
getException
public Throwable getException()
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable