GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from java.lang.LinkageError | |
class | Thrown on encountering a syntactically malformed signature in
a reflective method. |
Classes derived from java.lang.LinkageError | |
class | An AbstractMethodError is thrown when an application attempts
to access an abstract method. |
class | A ClassCircularityError is thrown when a circular dependency
has been detected while initializing a class. |
class | A ClassFormatError is thrown when a Java Virtual Machine
unable to read a class file because the file is corrupted or cannot be
interpreted as a class file.
|
class | An ExceptionInInitializerError is thrown when an uncaught
exception has occurred in a static initializer or the initializer for a
static variable. |
class | An IllegalAccessError is thrown when an attempt is made to
call a method, or access or modify a field that the application does not
have access to. |
class | An IncompatibleClassChangeError is thrown when the definition
of a class used by the currently executing method has changed in an
incompatible way.
|
class | An InstantiationError is thrown when an attempt is made to
create an instance of an abstract class or an interface. |
class | A NoClassDefFoundError is thrown when a classloader or the
Java Virtual Machine tries to load a class and no definition of the class
can be found. |
class | A NoSuchFieldError is thrown if an application attempts
to access a field of a class, and that class no longer has that field.
|
class | A NoSuchMethodError is thrown if an application attempts
to access a method of a class, and that class no longer has that method.
|
class | A UnsatisfiedLinkError is thrown if an appropriate
native language definition of a method declared native
cannot be found by the Java Virtual Machine.
|
class | An UnsupportedClassVersionError is thrown when the
Java Virtual Machine determines it does not support the major and minor
version numbers in the class file it is attempting to read.
|
class | A VerifyError is thrown if there is a security problem or
internal inconsistency in a class file as detected by the "verifier."
|
GNU Classpath (0.95) |