|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
void ) |
Documentation changed from old to new. |
Constructs an ExceptionInInitializerError with null as its detail message string and with no saved throwable object. |
Removed Methods | |
void printStackTrace() |
Prints the stack trace of the exception that occurred. |
void printStackTrace(PrintStream ) |
Prints the stack trace of the exception that occurred to the specified print stream. |
void printStackTrace(PrintWriter ) |
Prints the stack trace of the exception that occurred to the specified print writer. |
Added Methods | |
Throwable getCause() |
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created). |
Changed Methods | ||
Throwable getException() |
Documentation changed from old to new. |
Returns the exception that occurred during a static initialization that caused this error to be created. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |