LinkageErrorNameLinkageErrorSynopsis
DescriptionThe appropriate subclass of LinkageError is thrown when there is a problem resolving a reference to a class. Reasons for this may include a difficulty in finding the definition of the class or an incompatibility between the current definition and the expected definition of the class. Class Summary
public class java.lang.LinkageError extends java.lang.Error { // Constructors public LinkageError(); public LinkageError(String s); } ConstructorsLinkageErrorpublic LinkageError()
public LinkageError(String s)
Inherited Methods
See AlsoClassCircularityError, ClassFormatError, Error, ExceptionInInitializerError, IncompatibleClassChangeError, NoClassDefFoundError, Throwable, UnsatisfiedLinkError, VerifyError |
|