public static enum SqlTypeException.Type extends Enum<SqlTypeException.Type> implements EventstormSqlExceptionType
| Enum Constant and Description |
|---|
AS_LIST_INVALID |
AS_MAP_INVALID |
READ_JSON |
WRITE_JSON |
| Modifier and Type | Method and Description |
|---|---|
static SqlTypeException.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlTypeException.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlTypeException.Type WRITE_JSON
public static final SqlTypeException.Type READ_JSON
public static final SqlTypeException.Type AS_MAP_INVALID
public static final SqlTypeException.Type AS_LIST_INVALID
public static SqlTypeException.Type[] values()
for (SqlTypeException.Type c : SqlTypeException.Type.values()) System.out.println(c);
public static SqlTypeException.Type 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 nullCopyright © 2019. All rights reserved.