ExceptionInInitializerError.ExceptionInInitializerError

ExceptionInInitializerError.ExceptionInInitializerError

Class Overview | Class Members | This Package | All Packages

Syntax 1
public ExceptionInInitializerError()
Description
Constructs an ExceptionInInitializerError with no detail message. A detail message is a String that describes this particular exception.



Syntax 2
public ExceptionInInitializerError( Throwable thrown )
Parameters
thrown
The exception thrown
Description
Constructs a new ExceptionInInitializerError class initialized to the specific throwable



Syntax 3
public ExceptionInInitializerError( String s )
Parameters
s
the detail message
Description
Constructs a ExceptionInInitializerError with the specified detail message. A detail message is a String that describes this particular exception.