public final class Exceptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static StdTypeList |
LIST_Error
non-null; the list [java.lang.Error] |
static StdTypeList |
LIST_Error_ArithmeticException
non-null; the list [java.lang.Error,
java.lang.ArithmeticException] |
static StdTypeList |
LIST_Error_ClassCastException
non-null; the list [java.lang.Error,
java.lang.ClassCastException] |
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 |
public static final Type TYPE_ArithmeticException
non-null; the type java.lang.ArithmeticExceptionpublic static final Type TYPE_ArrayIndexOutOfBoundsException
non-null; the type
java.lang.ArrayIndexOutOfBoundsExceptionpublic static final Type TYPE_ArrayStoreException
non-null; the type java.lang.ArrayStoreExceptionpublic static final Type TYPE_ClassCastException
non-null; the type java.lang.ClassCastExceptionpublic static final Type TYPE_Error
non-null; the type java.lang.Errorpublic static final Type TYPE_IllegalMonitorStateException
non-null; the type
java.lang.IllegalMonitorStateExceptionpublic static final Type TYPE_NegativeArraySizeException
non-null; the type java.lang.NegativeArraySizeExceptionpublic static final Type TYPE_NullPointerException
non-null; the type java.lang.NullPointerExceptionpublic static final StdTypeList LIST_Error
non-null; the list [java.lang.Error]public static final StdTypeList LIST_Error_ArithmeticException
non-null; the list [java.lang.Error,
java.lang.ArithmeticException] public static final StdTypeList LIST_Error_ClassCastException
non-null; the list [java.lang.Error,
java.lang.ClassCastException]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]Copyright © 2020. All Rights Reserved.