Package com.android.dx.rop.code
Class Exceptions
java.lang.Object
com.android.dx.rop.code.Exceptions
Common exception types.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StdTypeList
non-null;
the list[java.lang.Error]
static final StdTypeList
non-null;
the list[java.lang.Error, java.lang.ArithmeticException]
static final StdTypeList
non-null;
the list[java.lang.Error, java.lang.ClassCastException]
static final StdTypeList
non-null;
the list[java.lang.Error, java.lang.NegativeArraySizeException]
static final StdTypeList
non-null;
the list[java.lang.Error, java.lang.NullPointerException, java.lang.ArrayIndexOutOfBoundsException, java.lang.ArrayStoreException]
static final StdTypeList
non-null;
the list[java.lang.Error, java.lang.NullPointerException, java.lang.ArrayIndexOutOfBoundsException]
static final StdTypeList
non-null;
the list[java.lang.Error, java.lang.NullPointerException, java.lang.IllegalMonitorStateException]
static final StdTypeList
non-null;
the list[java.lang.Error, java.lang.NullPointerException]
static final Type
non-null;
the typejava.lang.ArithmeticException
static final Type
non-null;
the typejava.lang.ArrayIndexOutOfBoundsException
static final Type
non-null;
the typejava.lang.ArrayStoreException
static final Type
non-null;
the typejava.lang.ClassCastException
static final Type
non-null;
the typejava.lang.Error
static final Type
non-null;
the typejava.lang.IllegalMonitorStateException
static final Type
non-null;
the typejava.lang.NegativeArraySizeException
static final Type
non-null;
the typejava.lang.NullPointerException
-
Method Summary
-
Field Details
-
TYPE_ArithmeticException
non-null;
the typejava.lang.ArithmeticException
-
TYPE_ArrayIndexOutOfBoundsException
non-null;
the typejava.lang.ArrayIndexOutOfBoundsException
-
TYPE_ArrayStoreException
non-null;
the typejava.lang.ArrayStoreException
-
TYPE_ClassCastException
non-null;
the typejava.lang.ClassCastException
-
TYPE_Error
non-null;
the typejava.lang.Error
-
TYPE_IllegalMonitorStateException
non-null;
the typejava.lang.IllegalMonitorStateException
-
TYPE_NegativeArraySizeException
non-null;
the typejava.lang.NegativeArraySizeException
-
TYPE_NullPointerException
non-null;
the typejava.lang.NullPointerException
-
LIST_Error
non-null;
the list[java.lang.Error]
-
LIST_Error_ArithmeticException
non-null;
the list[java.lang.Error, java.lang.ArithmeticException]
-
LIST_Error_ClassCastException
non-null;
the list[java.lang.Error, java.lang.ClassCastException]
-
LIST_Error_NegativeArraySizeException
non-null;
the list[java.lang.Error, java.lang.NegativeArraySizeException]
-
LIST_Error_NullPointerException
non-null;
the list[java.lang.Error, java.lang.NullPointerException]
-
LIST_Error_Null_ArrayIndexOutOfBounds
non-null;
the list[java.lang.Error, java.lang.NullPointerException, java.lang.ArrayIndexOutOfBoundsException]
-
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
non-null;
the list[java.lang.Error, java.lang.NullPointerException, java.lang.IllegalMonitorStateException]
-