java.lang
Class ExceptionInInitializerError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.lang.LinkageError
                    |
                    +--java.lang.ExceptionInInitializerError
All Implemented Interfaces:
java.io.Serializable

public synchronized class ExceptionInInitializerError
extends LinkageError


Constructor Summary
ExceptionInInitializerError()
           
ExceptionInInitializerError(String)
           
ExceptionInInitializerError(Throwable)
           
 
Method Summary
 Throwable getCause()
           
 Throwable getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, hashCode
 

Constructor Detail

ExceptionInInitializerError

public ExceptionInInitializerError()

ExceptionInInitializerError

public ExceptionInInitializerError(Throwable)

ExceptionInInitializerError

public ExceptionInInitializerError(String)
Method Detail

getException

public Throwable getException()

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable