| Package | Description |
|---|---|
| org.neo4j.kernel.api | |
| org.neo4j.kernel.api.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EntityNotFoundException(EntityType entityType,
long entityId) |
EntityNotFoundException(EntityType entityType,
long entityId,
Throwable cause) |
PropertyNotFoundException(long propertyKeyId,
EntityType entityType,
long entityId) |
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.