Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

ExceptionConstants Interface Reference

Inheritance diagram for ExceptionConstants:
[legend]
List of all members.

Static Public Attributes

final Class THROWABLE = Throwable.class
final Class RUNTIME_EXCEPTION = RuntimeException.class
final Class LINKING_EXCEPTION = LinkageError.class
final Class CLASS_CIRCULARITY_ERROR = ClassCircularityError.class
final Class CLASS_FORMAT_ERROR = ClassFormatError.class
final Class EXCEPTION_IN_INITIALIZER_ERROR = ExceptionInInitializerError.class
final Class INCOMPATIBLE_CLASS_CHANGE_ERROR = IncompatibleClassChangeError.class
final Class ABSTRACT_METHOD_ERROR = AbstractMethodError.class
final Class ILLEGAL_ACCESS_ERROR = IllegalAccessError.class
final Class INSTANTIATION_ERROR = InstantiationError.class
final Class NO_SUCH_FIELD_ERROR = NoSuchFieldError.class
final Class NO_SUCH_METHOD_ERROR = NoSuchMethodError.class
final Class NO_CLASS_DEF_FOUND_ERROR = NoClassDefFoundError.class
final Class UNSATISFIED_LINK_ERROR = UnsatisfiedLinkError.class
final Class VERIFY_ERROR = VerifyError.class
final Class NULL_POINTER_EXCEPTION = NullPointerException.class
final Class ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION = ArrayIndexOutOfBoundsException.class
final Class ARITHMETIC_EXCEPTION = ArithmeticException.class
final Class NEGATIVE_ARRAY_SIZE_EXCEPTION = NegativeArraySizeException.class
final Class CLASS_CAST_EXCEPTION = ClassCastException.class
final Class ILLEGAL_MONITOR_STATE = IllegalMonitorStateException.class
final Class[] EXCS_CLASS_AND_INTERFACE_RESOLUTION
final Class[] EXCS_FIELD_AND_METHOD_RESOLUTION
final Class[] EXCS_INTERFACE_METHOD_RESOLUTION = new Class[0]
final Class[] EXCS_STRING_RESOLUTION = new Class[0]
final Class[] EXCS_ARRAY_EXCEPTION
final Class[] EXCS_CLASS_AND_INTERFACE_RESOLUTION
final Class[] EXCS_FIELD_AND_METHOD_RESOLUTION
final Class[] EXCS_INTERFACE_METHOD_RESOLUTION = new Class[0]
final Class[] EXCS_STRING_RESOLUTION = new Class[0]
final Class[] EXCS_ARRAY_EXCEPTION

Detailed Description

Exception constants.

Version:
Id:
ExceptionConstants.java,v 1.1.1.1 2002/01/24 03:43:59 pserver Exp
Author:
E. Haase

Definition at line 9 of file lib/jpf/de/fub/bytecode/ExceptionConstants.java.


Member Data Documentation

final Class ExceptionConstants::CLASS_CIRCULARITY_ERROR = ClassCircularityError.class [static]
 

Linking Exceptions

Definition at line 24 of file src/de/fub/bytecode/ExceptionConstants.java.

final Class [] ExceptionConstants::EXCS_ARRAY_EXCEPTION [static]
 

Initial value:

 {
    NULL_POINTER_EXCEPTION, ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION
  }

Definition at line 65 of file src/de/fub/bytecode/ExceptionConstants.java.

final Class [] ExceptionConstants::EXCS_ARRAY_EXCEPTION [static]
 

Initial value:

 {
    NULL_POINTER_EXCEPTION, ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION
  }

Definition at line 65 of file lib/jpf/de/fub/bytecode/ExceptionConstants.java.

final Class [] ExceptionConstants::EXCS_CLASS_AND_INTERFACE_RESOLUTION [static]
 

Initial value:

 {
    NO_CLASS_DEF_FOUND_ERROR, CLASS_FORMAT_ERROR, VERIFY_ERROR, ABSTRACT_METHOD_ERROR,
    EXCEPTION_IN_INITIALIZER_ERROR, ILLEGAL_ACCESS_ERROR
  }
Pre-defined exception arrays according to chapters 5.1-5.4 of the Java Virtual Machine Specification

Definition at line 52 of file src/de/fub/bytecode/ExceptionConstants.java.

final Class [] ExceptionConstants::EXCS_CLASS_AND_INTERFACE_RESOLUTION [static]
 

Initial value:

 {
    NO_CLASS_DEF_FOUND_ERROR, CLASS_FORMAT_ERROR, VERIFY_ERROR, ABSTRACT_METHOD_ERROR,
    EXCEPTION_IN_INITIALIZER_ERROR, ILLEGAL_ACCESS_ERROR
  }
Pre-defined exception arrays according to chapters 5.1-5.4 of the Java Virtual Machine Specification

Definition at line 52 of file lib/jpf/de/fub/bytecode/ExceptionConstants.java.

final Class [] ExceptionConstants::EXCS_FIELD_AND_METHOD_RESOLUTION [static]
 

Initial value:

 {
    NO_SUCH_FIELD_ERROR, ILLEGAL_ACCESS_ERROR, NO_SUCH_METHOD_ERROR
  }

Definition at line 57 of file src/de/fub/bytecode/ExceptionConstants.java.

final Class [] ExceptionConstants::EXCS_FIELD_AND_METHOD_RESOLUTION [static]
 

Initial value:

 {
    NO_SUCH_FIELD_ERROR, ILLEGAL_ACCESS_ERROR, NO_SUCH_METHOD_ERROR
  }

Definition at line 57 of file lib/jpf/de/fub/bytecode/ExceptionConstants.java.

final Class ExceptionConstants::LINKING_EXCEPTION = LinkageError.class [static]
 

Super class of any linking exception (aka Linkage Error)

Definition at line 20 of file src/de/fub/bytecode/ExceptionConstants.java.

final Class ExceptionConstants::NULL_POINTER_EXCEPTION = NullPointerException.class [static]
 

Run-Time Exceptions

Definition at line 42 of file src/de/fub/bytecode/ExceptionConstants.java.

final Class ExceptionConstants::RUNTIME_EXCEPTION = RuntimeException.class [static]
 

Super class of any run-time exception

Definition at line 16 of file src/de/fub/bytecode/ExceptionConstants.java.

final Class ExceptionConstants::THROWABLE = Throwable.class [static]
 

The mother of all exceptions

Definition at line 12 of file src/de/fub/bytecode/ExceptionConstants.java.


The documentation for this interface was generated from the following files:
Generated at Thu Feb 7 07:10:25 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001