java.lang
Class LinkageError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ClassCircularityError, ClassFormatError, ExceptionInInitializerError, IncompatibleClassChangeError, NoClassDefFoundError, UnsatisfiedLinkError, VerifyError
- public class LinkageError
- extends Error
Subclasses of LinkageError are thrown to indicate that two
classes which were compatible at separate compilation times cannot be
linked to one another.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Compatible with JDK 1.0+.
- See Also:
- Constant Field Values
LinkageError
public LinkageError()
- Create an error without a message.
LinkageError
public LinkageError(String s)
- Create an error with a message.