java.lang
Class LinkageError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExceptionInInitializerError, IncompatibleClassChangeError, NoClassDefFoundError, UnsatisfiedLinkError, VerifyError
public class LinkageError
- extends Error
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 |
LinkageError()
Constructs a new linkage error with null as its
detail message. |
LinkageError(String msg)
Constructs a new error with the specified detail message. |
LinkageError
public LinkageError()
- Constructs a new linkage error with
null
as its
detail message.
LinkageError
public LinkageError(String msg)
- Constructs a new error with the specified detail message.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.