java.lang
Class ExceptionInInitializerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by java.lang.ExceptionInInitializerError
All Implemented Interfaces:
Serializable

public class ExceptionInInitializerError
extends LinkageError

Thrown to indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.

See Also:
Serialized Form

Constructor Summary
ExceptionInInitializerError()
          Constructs a new linkage error with null as its detail message.
ExceptionInInitializerError(String msg)
          Constructs a new error with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionInInitializerError

public ExceptionInInitializerError()
Constructs a new linkage error with null as its detail message.


ExceptionInInitializerError

public ExceptionInInitializerError(String msg)
Constructs a new error with the specified detail message.



Copyright © 2007 Sentilla Corporation. All Rights Reserved.