@Deprecated public interface ExceptionConstants
static final Class<RuntimeException> RUNTIME_EXCEPTION
static final Class<LinkageError> LINKING_EXCEPTION
static final Class<ClassCircularityError> CLASS_CIRCULARITY_ERROR
static final Class<ClassFormatError> CLASS_FORMAT_ERROR
static final Class<ExceptionInInitializerError> EXCEPTION_IN_INITIALIZER_ERROR
static final Class<IncompatibleClassChangeError> INCOMPATIBLE_CLASS_CHANGE_ERROR
static final Class<AbstractMethodError> ABSTRACT_METHOD_ERROR
static final Class<IllegalAccessError> ILLEGAL_ACCESS_ERROR
static final Class<InstantiationError> INSTANTIATION_ERROR
static final Class<NoSuchFieldError> NO_SUCH_FIELD_ERROR
static final Class<NoSuchMethodError> NO_SUCH_METHOD_ERROR
static final Class<NoClassDefFoundError> NO_CLASS_DEF_FOUND_ERROR
static final Class<UnsatisfiedLinkError> UNSATISFIED_LINK_ERROR
static final Class<VerifyError> VERIFY_ERROR
static final Class<NullPointerException> NULL_POINTER_EXCEPTION
static final Class<ArrayIndexOutOfBoundsException> ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION
static final Class<ArithmeticException> ARITHMETIC_EXCEPTION
static final Class<NegativeArraySizeException> NEGATIVE_ARRAY_SIZE_EXCEPTION
static final Class<ClassCastException> CLASS_CAST_EXCEPTION
static final Class<IllegalMonitorStateException> ILLEGAL_MONITOR_STATE
@Deprecated static final Class<?>[] EXCS_CLASS_AND_INTERFACE_RESOLUTION
@Deprecated static final Class<?>[] EXCS_FIELD_AND_METHOD_RESOLUTION
@Deprecated static final Class<?>[] EXCS_INTERFACE_METHOD_RESOLUTION
@Deprecated static final Class<?>[] EXCS_STRING_RESOLUTION
@Deprecated static final Class<?>[] EXCS_ARRAY_EXCEPTION
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.