|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkageError | |
---|---|
java.lang |
Uses of LinkageError in java.lang |
---|
Subclasses of LinkageError in java.lang | |
---|---|
class |
AbstractMethodError
Thrown when an application tries to call an abstract method. |
class |
ExceptionInInitializerError
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. |
class |
IllegalAccessError
|
class |
IncompatibleClassChangeError
|
class |
NoClassDefFoundError
Thrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new
expression) and no definition of the class could be found. |
class |
NoSuchMethodError
|
class |
UnsatisfiedLinkError
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native. |
class |
VerifyError
CLDC: Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |