Uses of Class
java.lang.LinkageError
-
Packages that use LinkageError Package Description java.lang -
-
Uses of LinkageError in java.lang
Subclasses of LinkageError in java.lang Modifier and Type Class Description classIncompatibleClassChangeErrorIncompatibleClassChangeErroris the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.classNoSuchFieldErrorThrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.classNoSuchMethodErrorThrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.
-