Package org.apache.bcel
Interface ExceptionConstants
-
public interface ExceptionConstantsException constants.- Version:
- $Id: ExceptionConstants.java 386056 2006-03-15 11:31:56Z tcurdt $
- Author:
- E. Haase
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ClassABSTRACT_METHOD_ERRORstatic java.lang.ClassARITHMETIC_EXCEPTIONstatic java.lang.ClassARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTIONstatic java.lang.ClassCLASS_CAST_EXCEPTIONstatic java.lang.ClassCLASS_CIRCULARITY_ERRORLinking Exceptionsstatic java.lang.ClassCLASS_FORMAT_ERRORstatic java.lang.ClassEXCEPTION_IN_INITIALIZER_ERRORstatic java.lang.Class[]EXCS_ARRAY_EXCEPTIONstatic java.lang.Class[]EXCS_CLASS_AND_INTERFACE_RESOLUTIONPre-defined exception arrays according to chapters 5.1-5.4 of the Java Virtual Machine Specificationstatic java.lang.Class[]EXCS_FIELD_AND_METHOD_RESOLUTIONstatic java.lang.Class[]EXCS_INTERFACE_METHOD_RESOLUTIONstatic java.lang.Class[]EXCS_STRING_RESOLUTIONstatic java.lang.ClassILLEGAL_ACCESS_ERRORstatic java.lang.ClassILLEGAL_MONITOR_STATEstatic java.lang.ClassINCOMPATIBLE_CLASS_CHANGE_ERRORstatic java.lang.ClassINSTANTIATION_ERRORstatic java.lang.ClassLINKING_EXCEPTIONSuper class of any linking exception (aka Linkage Error)static java.lang.ClassNEGATIVE_ARRAY_SIZE_EXCEPTIONstatic java.lang.ClassNO_CLASS_DEF_FOUND_ERRORstatic java.lang.ClassNO_SUCH_FIELD_ERRORstatic java.lang.ClassNO_SUCH_METHOD_ERRORstatic java.lang.ClassNULL_POINTER_EXCEPTIONRun-Time Exceptionsstatic java.lang.ClassRUNTIME_EXCEPTIONSuper class of any run-time exceptionstatic java.lang.ClassTHROWABLEThe mother of all exceptionsstatic java.lang.ClassUNSATISFIED_LINK_ERRORstatic java.lang.ClassVERIFY_ERROR
-
-
-
Field Detail
-
THROWABLE
static final java.lang.Class THROWABLE
The mother of all exceptions
-
RUNTIME_EXCEPTION
static final java.lang.Class RUNTIME_EXCEPTION
Super class of any run-time exception
-
LINKING_EXCEPTION
static final java.lang.Class LINKING_EXCEPTION
Super class of any linking exception (aka Linkage Error)
-
CLASS_CIRCULARITY_ERROR
static final java.lang.Class CLASS_CIRCULARITY_ERROR
Linking Exceptions
-
CLASS_FORMAT_ERROR
static final java.lang.Class CLASS_FORMAT_ERROR
-
EXCEPTION_IN_INITIALIZER_ERROR
static final java.lang.Class EXCEPTION_IN_INITIALIZER_ERROR
-
INCOMPATIBLE_CLASS_CHANGE_ERROR
static final java.lang.Class INCOMPATIBLE_CLASS_CHANGE_ERROR
-
ABSTRACT_METHOD_ERROR
static final java.lang.Class ABSTRACT_METHOD_ERROR
-
ILLEGAL_ACCESS_ERROR
static final java.lang.Class ILLEGAL_ACCESS_ERROR
-
INSTANTIATION_ERROR
static final java.lang.Class INSTANTIATION_ERROR
-
NO_SUCH_FIELD_ERROR
static final java.lang.Class NO_SUCH_FIELD_ERROR
-
NO_SUCH_METHOD_ERROR
static final java.lang.Class NO_SUCH_METHOD_ERROR
-
NO_CLASS_DEF_FOUND_ERROR
static final java.lang.Class NO_CLASS_DEF_FOUND_ERROR
-
UNSATISFIED_LINK_ERROR
static final java.lang.Class UNSATISFIED_LINK_ERROR
-
VERIFY_ERROR
static final java.lang.Class VERIFY_ERROR
-
NULL_POINTER_EXCEPTION
static final java.lang.Class NULL_POINTER_EXCEPTION
Run-Time Exceptions
-
ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION
static final java.lang.Class ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION
-
ARITHMETIC_EXCEPTION
static final java.lang.Class ARITHMETIC_EXCEPTION
-
NEGATIVE_ARRAY_SIZE_EXCEPTION
static final java.lang.Class NEGATIVE_ARRAY_SIZE_EXCEPTION
-
CLASS_CAST_EXCEPTION
static final java.lang.Class CLASS_CAST_EXCEPTION
-
ILLEGAL_MONITOR_STATE
static final java.lang.Class ILLEGAL_MONITOR_STATE
-
EXCS_CLASS_AND_INTERFACE_RESOLUTION
static final java.lang.Class[] EXCS_CLASS_AND_INTERFACE_RESOLUTION
Pre-defined exception arrays according to chapters 5.1-5.4 of the Java Virtual Machine Specification
-
EXCS_FIELD_AND_METHOD_RESOLUTION
static final java.lang.Class[] EXCS_FIELD_AND_METHOD_RESOLUTION
-
EXCS_INTERFACE_METHOD_RESOLUTION
static final java.lang.Class[] EXCS_INTERFACE_METHOD_RESOLUTION
-
EXCS_STRING_RESOLUTION
static final java.lang.Class[] EXCS_STRING_RESOLUTION
-
EXCS_ARRAY_EXCEPTION
static final java.lang.Class[] EXCS_ARRAY_EXCEPTION
-
-