Package org.apache.bcel
Interface ExceptionConstants
public interface ExceptionConstants
Exception constants.
- Version:
- $Id: ExceptionConstants.java 386056 2006-03-15 11:31:56Z tcurdt $
- Author:
- E. Haase
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Class
static final Class
static final Class
static final Class
static final Class
Linking Exceptionsstatic final Class
static final Class
static final Class[]
static final Class[]
Pre-defined exception arrays according to chapters 5.1-5.4 of the Java Virtual Machine Specificationstatic final Class[]
static final Class[]
static final Class[]
static final Class
static final Class
static final Class
static final Class
static final Class
Super class of any linking exception (aka Linkage Error)static final Class
static final Class
static final Class
static final Class
static final Class
Run-Time Exceptionsstatic final Class
Super class of any run-time exceptionstatic final Class
The mother of all exceptionsstatic final Class
static final Class
-
Field Details
-
THROWABLE
The mother of all exceptions -
RUNTIME_EXCEPTION
Super class of any run-time exception -
LINKING_EXCEPTION
Super class of any linking exception (aka Linkage Error) -
CLASS_CIRCULARITY_ERROR
Linking Exceptions -
CLASS_FORMAT_ERROR
-
EXCEPTION_IN_INITIALIZER_ERROR
-
INCOMPATIBLE_CLASS_CHANGE_ERROR
-
ABSTRACT_METHOD_ERROR
-
ILLEGAL_ACCESS_ERROR
-
INSTANTIATION_ERROR
-
NO_SUCH_FIELD_ERROR
-
NO_SUCH_METHOD_ERROR
-
NO_CLASS_DEF_FOUND_ERROR
-
UNSATISFIED_LINK_ERROR
-
VERIFY_ERROR
-
NULL_POINTER_EXCEPTION
Run-Time Exceptions -
ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION
-
ARITHMETIC_EXCEPTION
-
NEGATIVE_ARRAY_SIZE_EXCEPTION
-
CLASS_CAST_EXCEPTION
-
ILLEGAL_MONITOR_STATE
-
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
-
EXCS_INTERFACE_METHOD_RESOLUTION
-
EXCS_STRING_RESOLUTION
-
EXCS_ARRAY_EXCEPTION
-