GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from java.lang.Error | |
class | Thrown on encountering a syntactically malformed signature in
a reflective method. |
Classes derived from java.lang.Error | |
class | This error is thrown when a critical Abstract Window Toolkit (AWT) error
occurs.
|
Classes derived from java.lang.Error | |
class | Thrown when an annotation found in a class file is
malformed. |
Classes derived from java.lang.Error | |
class |
Constructors with parameter type java.lang.Error | |
Create an exception with a message and a cause.
|
Classes derived from java.lang.Error | |
class | An AbstractMethodError is thrown when an application attempts
to access an abstract method. |
class | An assertion error normally occurs as a result of the assert
statement added in JDK 1.4, to indicate that an assertion failed. |
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 | An InternalError is thrown when a mystical error has
occurred in the Java Virtual Machine.
|
class | Subclasses of LinkageError are thrown to indicate that two
classes which were compatible at separate compilation times cannot be
linked to one another.
|
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 | Thrown when the Java Virtual Machine is unable to allocate an object
because it is out of memory and no more memory could be made available
by the garbage collector.
|
class | A StackOverflowError is thrown when the execution stack
overflow occurs. |
class | ThreadDeath is thrown in a thread when someone calls stop()
on that thread. |
class | An UnknownError is thrown when a serious but unknown
problem has occurred in the Java Virtual Machine.
|
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."
|
class | A VirtualMachineError or its subclasses are thrown to
indicate there is something wrong with the Java Virtual Machine or that
it does not have the resources needed for it to continue execution.
|
Constructors with parameter type java.lang.Error | |
Constructs a new RuntimeErrorException wrapping
the specified error.
| |
Constructs a new RuntimeErrorException wrapping
the specified error and using the supplied message.
|
Methods with return type java.lang.Error | |
Error | Returns the true cause of this error, the wrapped
error.
|
Classes derived from java.lang.Error | |
class | An error occurred during configuration of the transformer factory.
|
Classes derived from java.lang.Error | |
class | An error occurred during configuration of the parser factory.
|
Classes derived from java.lang.Error | |
class |
An error thrown when a problem occurs during the loading
of a service provider by a ServiceLoader . |
Classes derived from java.lang.Error | |
class | Error indicating that a factory could not be configured.
|
GNU Classpath (0.95) |