FileDocCategorySizeDatePackage
Exceptions.javaAPI DocAndroid 5.1 API4934Thu Mar 12 22:18:30 GMT 2015com.android.dx.rop.code

Exceptions

public final class Exceptions extends Object
Common exception types.

Fields Summary
public static final com.android.dx.rop.type.Type
TYPE_ArithmeticException
{@code non-null;} the type {@code java.lang.ArithmeticException}
public static final com.android.dx.rop.type.Type
TYPE_ArrayIndexOutOfBoundsException
{@code non-null;} the type {@code java.lang.ArrayIndexOutOfBoundsException}
public static final com.android.dx.rop.type.Type
TYPE_ArrayStoreException
{@code non-null;} the type {@code java.lang.ArrayStoreException}
public static final com.android.dx.rop.type.Type
TYPE_ClassCastException
{@code non-null;} the type {@code java.lang.ClassCastException}
public static final com.android.dx.rop.type.Type
TYPE_Error
{@code non-null;} the type {@code java.lang.Error}
public static final com.android.dx.rop.type.Type
TYPE_IllegalMonitorStateException
{@code non-null;} the type {@code java.lang.IllegalMonitorStateException}
public static final com.android.dx.rop.type.Type
TYPE_NegativeArraySizeException
{@code non-null;} the type {@code java.lang.NegativeArraySizeException}
public static final com.android.dx.rop.type.Type
TYPE_NullPointerException
{@code non-null;} the type {@code java.lang.NullPointerException}
public static final com.android.dx.rop.type.StdTypeList
LIST_Error
{@code non-null;} the list {@code [java.lang.Error]}
public static final com.android.dx.rop.type.StdTypeList
LIST_Error_ArithmeticException
{@code non-null;} the list {@code[java.lang.Error, java.lang.ArithmeticException]}
public static final com.android.dx.rop.type.StdTypeList
LIST_Error_ClassCastException
{@code non-null;} the list {@code[java.lang.Error, java.lang.ClassCastException]}
public static final com.android.dx.rop.type.StdTypeList
LIST_Error_NegativeArraySizeException
{@code non-null;} the list {@code [java.lang.Error, java.lang.NegativeArraySizeException]}
public static final com.android.dx.rop.type.StdTypeList
LIST_Error_NullPointerException
{@code non-null;} the list {@code [java.lang.Error, java.lang.NullPointerException]}
public static final com.android.dx.rop.type.StdTypeList
LIST_Error_Null_ArrayIndexOutOfBounds
{@code non-null;} the list {@code [java.lang.Error, java.lang.NullPointerException, java.lang.ArrayIndexOutOfBoundsException]}
public static final com.android.dx.rop.type.StdTypeList
LIST_Error_Null_ArrayIndex_ArrayStore
{@code non-null;} the list {@code [java.lang.Error, java.lang.NullPointerException, java.lang.ArrayIndexOutOfBoundsException, java.lang.ArrayStoreException]}
public static final com.android.dx.rop.type.StdTypeList
LIST_Error_Null_IllegalMonitorStateException
{@code non-null;} the list {@code [java.lang.Error, java.lang.NullPointerException, java.lang.IllegalMonitorStateException]}
Constructors Summary
private Exceptions()
This class is uninstantiable.


             
      
        // This space intentionally left blank.
    
Methods Summary