ExceptionInInitializerError.ExceptionInInitializerError
Class Overview | Class Members |
This Package |
All Packages
public ExceptionInInitializerError()
Description
Constructs an ExceptionInInitializerError with no detail message.
A detail message is a String that describes this particular exception.
public ExceptionInInitializerError( Throwable thrown )
Parameters
- thrown
- The exception thrown
Description
Constructs a new ExceptionInInitializerError class initialized to
the specific throwable
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.