java.lang.ExceptionInInitializerError (JDK 1.1)
This error is thrown by the Java Virtual Machine when an exception occurs in the static initializer of a class. You can use the getException() method to obtain the Throwable object that was thrown from the initializer.
public classExceptionInInitializerErrorextends LinkageError { //Public ConstructorspublicExceptionInInitializerError(); publicExceptionInInitializerError(Throwablethrown); publicExceptionInInitializerError(Strings); //Public Instance Methodspublic ThrowablegetException(); }
Hierarchy:
Object->Throwable(Serializable)->Error->LinkageError->ExceptionInInitializerError