Interface ExceptionConstants


public interface ExceptionConstants
Exception constants.
Version:
$Id: ExceptionConstants.java 386056 2006-03-15 11:31:56Z tcurdt $
Author:
E. Haase
  • Field Details

    • THROWABLE

      static final Class THROWABLE
      The mother of all exceptions
    • RUNTIME_EXCEPTION

      static final Class RUNTIME_EXCEPTION
      Super class of any run-time exception
    • LINKING_EXCEPTION

      static final Class LINKING_EXCEPTION
      Super class of any linking exception (aka Linkage Error)
    • CLASS_CIRCULARITY_ERROR

      static final Class CLASS_CIRCULARITY_ERROR
      Linking Exceptions
    • CLASS_FORMAT_ERROR

      static final Class CLASS_FORMAT_ERROR
    • EXCEPTION_IN_INITIALIZER_ERROR

      static final Class EXCEPTION_IN_INITIALIZER_ERROR
    • INCOMPATIBLE_CLASS_CHANGE_ERROR

      static final Class INCOMPATIBLE_CLASS_CHANGE_ERROR
    • ABSTRACT_METHOD_ERROR

      static final Class ABSTRACT_METHOD_ERROR
    • ILLEGAL_ACCESS_ERROR

      static final Class ILLEGAL_ACCESS_ERROR
    • INSTANTIATION_ERROR

      static final Class INSTANTIATION_ERROR
    • NO_SUCH_FIELD_ERROR

      static final Class NO_SUCH_FIELD_ERROR
    • NO_SUCH_METHOD_ERROR

      static final Class NO_SUCH_METHOD_ERROR
    • NO_CLASS_DEF_FOUND_ERROR

      static final Class NO_CLASS_DEF_FOUND_ERROR
    • VERIFY_ERROR

      static final Class VERIFY_ERROR
    • NULL_POINTER_EXCEPTION

      static final Class NULL_POINTER_EXCEPTION
      Run-Time Exceptions
    • ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION

      static final Class ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION
    • ARITHMETIC_EXCEPTION

      static final Class ARITHMETIC_EXCEPTION
    • NEGATIVE_ARRAY_SIZE_EXCEPTION

      static final Class NEGATIVE_ARRAY_SIZE_EXCEPTION
    • CLASS_CAST_EXCEPTION

      static final Class CLASS_CAST_EXCEPTION
    • ILLEGAL_MONITOR_STATE

      static final Class ILLEGAL_MONITOR_STATE
    • EXCS_CLASS_AND_INTERFACE_RESOLUTION

      static final 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 Class[] EXCS_FIELD_AND_METHOD_RESOLUTION
    • EXCS_INTERFACE_METHOD_RESOLUTION

      static final Class[] EXCS_INTERFACE_METHOD_RESOLUTION
    • EXCS_STRING_RESOLUTION

      static final Class[] EXCS_STRING_RESOLUTION
    • EXCS_ARRAY_EXCEPTION

      static final Class[] EXCS_ARRAY_EXCEPTION