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 class
IncompatibleClassChangeError
IncompatibleClassChangeError
is the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.class
NoSuchFieldError
Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.class
NoSuchMethodError
Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.
-