Package org.apache.bcel
Interface ExceptionConstants
Deprecated.
(since 6.0) DO NOT USE - use ExceptionConst instead
Exception constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Class<AbstractMethodError>
Deprecated.static final Class<ArithmeticException>
Deprecated.static final Class<ArrayIndexOutOfBoundsException>
Deprecated.static final Class<ClassCastException>
Deprecated.static final Class<ClassCircularityError>
Deprecated.Linking Exceptionsstatic final Class<ClassFormatError>
Deprecated.static final Class<ExceptionInInitializerError>
Deprecated.static final Class<?>[]
Deprecated.static final Class<?>[]
Deprecated.Do not use these arrays, use the static methods in the ExceptionConst implementation class insteadstatic final Class<?>[]
Deprecated.static final Class<?>[]
Deprecated.static final Class<?>[]
Deprecated.static final Class<IllegalAccessError>
Deprecated.static final Class<IllegalMonitorStateException>
Deprecated.static final Class<IncompatibleClassChangeError>
Deprecated.static final Class<InstantiationError>
Deprecated.static final Class<LinkageError>
Deprecated.Super class of any linking exception (aka Linkage Error)static final Class<NegativeArraySizeException>
Deprecated.static final Class<NoClassDefFoundError>
Deprecated.static final Class<NoSuchFieldError>
Deprecated.static final Class<NoSuchMethodError>
Deprecated.static final Class<NullPointerException>
Deprecated.Run-Time Exceptionsstatic final Class<RuntimeException>
Deprecated.Super class of any run-time exceptionDeprecated.The mother of all exceptionsstatic final Class<UnsatisfiedLinkError>
Deprecated.static final Class<VerifyError>
Deprecated.
-
Field Details
-
THROWABLE
Deprecated.The mother of all exceptions -
RUNTIME_EXCEPTION
Deprecated.Super class of any run-time exception -
LINKING_EXCEPTION
Deprecated.Super class of any linking exception (aka Linkage Error) -
CLASS_CIRCULARITY_ERROR
Deprecated.Linking Exceptions -
CLASS_FORMAT_ERROR
Deprecated. -
EXCEPTION_IN_INITIALIZER_ERROR
Deprecated. -
INCOMPATIBLE_CLASS_CHANGE_ERROR
Deprecated. -
ABSTRACT_METHOD_ERROR
Deprecated. -
ILLEGAL_ACCESS_ERROR
Deprecated. -
INSTANTIATION_ERROR
Deprecated. -
NO_SUCH_FIELD_ERROR
Deprecated. -
NO_SUCH_METHOD_ERROR
Deprecated. -
NO_CLASS_DEF_FOUND_ERROR
Deprecated. -
UNSATISFIED_LINK_ERROR
Deprecated. -
VERIFY_ERROR
Deprecated. -
NULL_POINTER_EXCEPTION
Deprecated.Run-Time Exceptions -
ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION
Deprecated. -
ARITHMETIC_EXCEPTION
Deprecated. -
NEGATIVE_ARRAY_SIZE_EXCEPTION
Deprecated. -
CLASS_CAST_EXCEPTION
Deprecated. -
ILLEGAL_MONITOR_STATE
Deprecated. -
EXCS_CLASS_AND_INTERFACE_RESOLUTION
Deprecated.Do not use these arrays, use the static methods in the ExceptionConst implementation class insteadPre-defined exception arrays according to chapters 5.1-5.4 of the Java Virtual Machine Specification -
EXCS_FIELD_AND_METHOD_RESOLUTION
Deprecated. -
EXCS_INTERFACE_METHOD_RESOLUTION
Deprecated. -
EXCS_STRING_RESOLUTION
Deprecated. -
EXCS_ARRAY_EXCEPTION
Deprecated.
-