com.android.dx.rop.code
Class Exceptions

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

public final class Exceptions
extends Object

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

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


LIST_Error_ClassCastException

public static final StdTypeList LIST_Error_ClassCastException
non-null; the list


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]



Copyright © 2015. All rights reserved.