| Package | Description |
|---|---|
| eu.eventstorm.sql.id |
| Modifier and Type | Method and Description |
|---|---|
static IdentifierException.Type |
IdentifierException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierException.Type[] |
IdentifierException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IdentifierException(IdentifierException.Type type,
com.google.common.collect.ImmutableMap<String,Object> values) |
IdentifierException(IdentifierException.Type type,
com.google.common.collect.ImmutableMap<String,Object> values,
Exception exception) |
Copyright © 2019. All rights reserved.