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 |
Definition at line 9 of file lib/jpf/de/fub/bytecode/ExceptionConstants.java.
|
Linking Exceptions Definition at line 24 of file src/de/fub/bytecode/ExceptionConstants.java. |
|
Initial value: { NULL_POINTER_EXCEPTION, ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION } Definition at line 65 of file src/de/fub/bytecode/ExceptionConstants.java. |
|
Initial value: { NULL_POINTER_EXCEPTION, ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION } Definition at line 65 of file lib/jpf/de/fub/bytecode/ExceptionConstants.java. |
|
Initial value: { NO_CLASS_DEF_FOUND_ERROR, CLASS_FORMAT_ERROR, VERIFY_ERROR, ABSTRACT_METHOD_ERROR, EXCEPTION_IN_INITIALIZER_ERROR, ILLEGAL_ACCESS_ERROR } Definition at line 52 of file src/de/fub/bytecode/ExceptionConstants.java. |
|
Initial value: { NO_CLASS_DEF_FOUND_ERROR, CLASS_FORMAT_ERROR, VERIFY_ERROR, ABSTRACT_METHOD_ERROR, EXCEPTION_IN_INITIALIZER_ERROR, ILLEGAL_ACCESS_ERROR } Definition at line 52 of file lib/jpf/de/fub/bytecode/ExceptionConstants.java. |
|
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. |
|
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. |
|
Super class of any linking exception (aka Linkage Error) Definition at line 20 of file src/de/fub/bytecode/ExceptionConstants.java. |
|
Run-Time Exceptions Definition at line 42 of file src/de/fub/bytecode/ExceptionConstants.java. |
|
Super class of any run-time exception Definition at line 16 of file src/de/fub/bytecode/ExceptionConstants.java. |
|
The mother of all exceptions Definition at line 12 of file src/de/fub/bytecode/ExceptionConstants.java. |