public enum JSErrorType extends Enum<JSErrorType>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
AggregateError |
Error |
EvalError |
RangeError |
ReferenceError |
SyntaxError |
TypeError |
URIError |
| Modifier and Type | Method and Description |
|---|---|
static JSErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSErrorType Error
public static final JSErrorType EvalError
public static final JSErrorType RangeError
public static final JSErrorType ReferenceError
public static final JSErrorType SyntaxError
public static final JSErrorType TypeError
public static final JSErrorType URIError
public static final JSErrorType AggregateError
public static JSErrorType[] values()
public static JSErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null