Library:Java SE, Sun OpenJDK
Version:7.b12
Compatibility:JDK 1.5
Errors in library Java SE, Sun OpenJDK.
NamePackageDescription
AbstractMethodErrorjava.langThrown when an application tries to call an abstract method.
AnnotationFormatErrorjava.lang.annotationThrown when the annotation parser attempts to read an annotation from a class file and determines that the annotation is malformed.
AssertionErrorjava.langThrown to indicate that an assertion has failed.
AWTErrorjava.awtThrown when a serious Abstract Window Toolkit error has occurred.
ClassCircularityErrorjava.langThrown when a circularity has been detected while initializing a class.
ClassFormatErrorjava.langThrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
CoderMalfunctionErrorjava.nio.charsetError thrown when the decodeLoop method of a CharsetDecoder , or the encodeLoop method of a CharsetEncoder , throws an unexpected exception.
Errorjava.langAn Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
ExceptionInInitializerErrorjava.langSignals that an unexpected exception has occurred in a static initializer.
FactoryConfigurationErrorjavax.xml.parsersThrown when a problem with configuration with the Parser Factories exists.
FactoryConfigurationErrorjavax.xml.streamAn error class for reporting factory configuration errors.
GenericSignatureFormatErrorjava.lang.reflectThrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.
IllegalAccessErrorjava.langThrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
IncompatibleClassChangeErrorjava.langThrown when an incompatible class change has occurred to some class definition.
InstantiationErrorjava.langThrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
InternalErrorjava.langThrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
IOErrorjava.ioThrown when a serious I/O error has occurred.
LinkageErrorjava.langSubclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
NoClassDefFoundErrorjava.langThrown if the Java Virtual Machine or a ClassLoader instance 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.
NoSuchFieldErrorjava.langThrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
NoSuchMethodErrorjava.langThrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
OutOfMemoryErrorjava.langThrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
ServiceConfigurationErrorjava.utilError thrown when something goes wrong while loading a service provider.
StackOverflowErrorjava.langThrown when a stack overflow occurs because an application recurses too deeply.
ThreadDeathjava.langAn instance of ThreadDeath is thrown in the victim thread when the stop method with zero arguments in class Thread is called.
TransformerFactoryConfigurationErrorjavax.xml.transformThrown when a problem with configuration with the Transformer Factories exists.
UnknownErrorjava.langThrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnsatisfiedLinkErrorjava.langThrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsupportedClassVersionErrorjava.langThrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
VerifyErrorjava.langThrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
VirtualMachineErrorjava.langThrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
ZipErrorjava.util.zipSignals that an unrecoverable error has occurred.
Search