java.lang
Class ExceptionInInitializerError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
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
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.