|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error java.lang.LinkageError java.lang.ExceptionInInitializerError
This error is thrown when an exception occurs during class initialization.
Constructor Summary | |
ExceptionInInitializerError()
Constructs a new instance of this class with its walkback filled in. |
|
ExceptionInInitializerError(java.lang.String detailMessage)
Constructs a new instance of this class with its walkback and message filled in. |
|
ExceptionInInitializerError(Throwable exception)
Constructs a new instance of this class with its walkback and exception filled in. |
Method Summary | |
Throwable |
getCause()
Answers the cause of this Throwable, or null if there is no cause. |
Throwable |
getException()
Answers the exception which was passed in when the instance was created. |
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, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExceptionInInitializerError()
public ExceptionInInitializerError(java.lang.String detailMessage)
detailMessage
- String The detail message for the exception.public ExceptionInInitializerError(Throwable exception)
exception
- Throwable The exception which caused the problem.Method Detail |
public Throwable getException()
public Throwable getCause()
getCause
in class Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |