| 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  AbstractMethodErroris thrown when an application attempts
 to access an abstract method. | 
| class |  An assertion error normally occurs as a result of the  assertstatement added in JDK 1.4, to indicate that an assertion failed. | 
| class |  A  ClassCircularityErroris thrown when a circular dependency
 has been detected while initializing a class. | 
| class |  A  ClassFormatErroris 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  ExceptionInInitializerErroris thrown when an uncaught
 exception has occurred in a static initializer or the initializer for a
 static variable. | 
| class |  An  IllegalAccessErroris 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  IncompatibleClassChangeErroris thrown when the definition
 of a class used by the currently executing method has changed in an
 incompatible way. | 
| class |  An  InstantiationErroris thrown when an attempt is made to
 create an instance of an abstract class or an interface. | 
| class |  An  InternalErroris thrown when a mystical error has
 occurred in the Java Virtual Machine. | 
| class |  Subclasses of  LinkageErrorare thrown to indicate that two
 classes which were compatible at separate compilation times cannot be
 linked to one another. | 
| class |  A  NoClassDefFoundErroris 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  NoSuchFieldErroris thrown if an application attempts
 to access a field of a class, and that class no longer has that field. | 
| class |  A  NoSuchMethodErroris 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  StackOverflowErroris thrown when the execution stack
 overflow occurs. | 
| class |  ThreadDeath is thrown in a thread when someone calls  stop()on that thread. | 
| class |  An  UnknownErroris thrown when a serious but unknown
 problem has occurred in the Java Virtual Machine. | 
| class |  A  UnsatisfiedLinkErroris thrown if an appropriate
 native language definition of a method declarednativecannot be found by the Java Virtual Machine. | 
| class |  An  UnsupportedClassVersionErroris 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  VerifyErroris thrown if there is a security problem or
 internal inconsistency in a class file as detected by the "verifier." | 
| class |  A  VirtualMachineErroror 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  RuntimeErrorExceptionwrapping
 the specified error. | |
|  Constructs a new  RuntimeErrorExceptionwrapping
 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) |