|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.rop.code.Exceptions
public final class Exceptions
Common exception types.
| Field Summary | |
|---|---|
static StdTypeList |
LIST_Error
non-null; the list [java.lang.Error] |
static StdTypeList |
LIST_Error_ArithmeticException
non-null; the list |
static StdTypeList |
LIST_Error_ClassCastException
non-null; the list |
static StdTypeList |
LIST_Error_NegativeArraySizeException
non-null; the list [java.lang.Error,
java.lang.NegativeArraySizeException] |
static StdTypeList |
LIST_Error_Null_ArrayIndex_ArrayStore
non-null; the list [java.lang.Error,
java.lang.NullPointerException,
java.lang.ArrayIndexOutOfBoundsException,
java.lang.ArrayStoreException] |
static StdTypeList |
LIST_Error_Null_ArrayIndexOutOfBounds
non-null; the list [java.lang.Error,
java.lang.NullPointerException,
java.lang.ArrayIndexOutOfBoundsException] |
static StdTypeList |
LIST_Error_Null_IllegalMonitorStateException
non-null; the list [java.lang.Error,
java.lang.NullPointerException,
java.lang.IllegalMonitorStateException] |
static StdTypeList |
LIST_Error_NullPointerException
non-null; the list [java.lang.Error,
java.lang.NullPointerException] |
static Type |
TYPE_ArithmeticException
non-null; the type java.lang.ArithmeticException |
static Type |
TYPE_ArrayIndexOutOfBoundsException
non-null; the type
java.lang.ArrayIndexOutOfBoundsException |
static Type |
TYPE_ArrayStoreException
non-null; the type java.lang.ArrayStoreException |
static Type |
TYPE_ClassCastException
non-null; the type java.lang.ClassCastException |
static Type |
TYPE_Error
non-null; the type java.lang.Error |
static Type |
TYPE_IllegalMonitorStateException
non-null; the type
java.lang.IllegalMonitorStateException |
static Type |
TYPE_NegativeArraySizeException
non-null; the type java.lang.NegativeArraySizeException |
static Type |
TYPE_NullPointerException
non-null; the type java.lang.NullPointerException |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Type TYPE_ArithmeticException
non-null; the type java.lang.ArithmeticException
public static final Type TYPE_ArrayIndexOutOfBoundsException
non-null; the type
java.lang.ArrayIndexOutOfBoundsException
public static final Type TYPE_ArrayStoreException
non-null; the type java.lang.ArrayStoreException
public static final Type TYPE_ClassCastException
non-null; the type java.lang.ClassCastException
public static final Type TYPE_Error
non-null; the type java.lang.Error
public static final Type TYPE_IllegalMonitorStateException
non-null; the type
java.lang.IllegalMonitorStateException
public static final Type TYPE_NegativeArraySizeException
non-null; the type java.lang.NegativeArraySizeException
public static final Type TYPE_NullPointerException
non-null; the type java.lang.NullPointerException
public static final StdTypeList LIST_Error
non-null; the list [java.lang.Error]
public static final StdTypeList LIST_Error_ArithmeticException
non-null; the list
public static final StdTypeList LIST_Error_ClassCastException
non-null; the list
public static final StdTypeList LIST_Error_NegativeArraySizeException
non-null; the list [java.lang.Error,
java.lang.NegativeArraySizeException]
public static final StdTypeList LIST_Error_NullPointerException
non-null; the list [java.lang.Error,
java.lang.NullPointerException]
public static final StdTypeList LIST_Error_Null_ArrayIndexOutOfBounds
non-null; the list [java.lang.Error,
java.lang.NullPointerException,
java.lang.ArrayIndexOutOfBoundsException]
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]
public static final StdTypeList LIST_Error_Null_IllegalMonitorStateException
non-null; the list [java.lang.Error,
java.lang.NullPointerException,
java.lang.IllegalMonitorStateException]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||