ExceptionInInitializerError Members

ExceptionInInitializerError Members

Class Overview | This Package | All Packages

Constructors
Name Description
ExceptionInInitializerError() Constructs an ExceptionInInitializerError with no detail message.
ExceptionInInitializerError(String) Constructs a ExceptionInInitializerError with the specified detail message.
ExceptionInInitializerError(Throwable) Constructs a new ExceptionInInitializerError class initialized to the specific throwable

Methods
Name Description
getException() Returns the exception that occurred during a static initialization that caused this Error to be created.