Class Exceptions

java.lang.Object
com.android.dx.rop.code.Exceptions

public final class Exceptions extends Object
Common exception types.
  • Field Details

    • TYPE_ArithmeticException

      public static final Type TYPE_ArithmeticException
      non-null; the type java.lang.ArithmeticException
    • TYPE_ArrayIndexOutOfBoundsException

      public static final Type TYPE_ArrayIndexOutOfBoundsException
      non-null; the type java.lang.ArrayIndexOutOfBoundsException
    • TYPE_ArrayStoreException

      public static final Type TYPE_ArrayStoreException
      non-null; the type java.lang.ArrayStoreException
    • TYPE_ClassCastException

      public static final Type TYPE_ClassCastException
      non-null; the type java.lang.ClassCastException
    • TYPE_Error

      public static final Type TYPE_Error
      non-null; the type java.lang.Error
    • TYPE_IllegalMonitorStateException

      public static final Type TYPE_IllegalMonitorStateException
      non-null; the type java.lang.IllegalMonitorStateException
    • TYPE_NegativeArraySizeException

      public static final Type TYPE_NegativeArraySizeException
      non-null; the type java.lang.NegativeArraySizeException
    • TYPE_NullPointerException

      public static final Type TYPE_NullPointerException
      non-null; the type java.lang.NullPointerException
    • LIST_Error

      public static final StdTypeList LIST_Error
      non-null; the list [java.lang.Error]
    • LIST_Error_ArithmeticException

      public static final StdTypeList LIST_Error_ArithmeticException
      non-null; the list [java.lang.Error, java.lang.ArithmeticException]
    • LIST_Error_ClassCastException

      public static final StdTypeList LIST_Error_ClassCastException
      non-null; the list [java.lang.Error, java.lang.ClassCastException]
    • LIST_Error_NegativeArraySizeException

      public static final StdTypeList LIST_Error_NegativeArraySizeException
      non-null; the list [java.lang.Error, java.lang.NegativeArraySizeException]
    • LIST_Error_NullPointerException

      public static final StdTypeList LIST_Error_NullPointerException
      non-null; the list [java.lang.Error, java.lang.NullPointerException]
    • LIST_Error_Null_ArrayIndexOutOfBounds

      public static final StdTypeList LIST_Error_Null_ArrayIndexOutOfBounds
      non-null; the list [java.lang.Error, java.lang.NullPointerException, java.lang.ArrayIndexOutOfBoundsException]
    • LIST_Error_Null_ArrayIndex_ArrayStore

      public static final StdTypeList LIST_Error_Null_ArrayIndex_ArrayStore
      non-null; the list [java.lang.Error, java.lang.NullPointerException, java.lang.ArrayIndexOutOfBoundsException, java.lang.ArrayStoreException]
    • LIST_Error_Null_IllegalMonitorStateException

      public static final StdTypeList LIST_Error_Null_IllegalMonitorStateException
      non-null; the list [java.lang.Error, java.lang.NullPointerException, java.lang.IllegalMonitorStateException]