Package | Description |
---|---|
org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
org.neo4j.kernel.api.exceptions | |
org.neo4j.kernel.api.exceptions.schema | |
org.neo4j.kernel.api.index |
Modifier and Type | Method and Description |
---|---|
String |
InternalSchemaActions.getUserMessage(KernelException e) |
Modifier and Type | Class and Description |
---|---|
class |
EntityNotFoundException |
class |
LabelNotFoundKernelException |
class |
PropertyKeyIdNotFoundException |
class |
PropertyKeyNotFoundException |
class |
PropertyNotFoundException |
Modifier and Type | Class and Description |
---|---|
class |
AddIndexFailureException |
class |
AlreadyConstrainedException |
class |
AlreadyIndexedException |
class |
CreateConstraintFailureException |
class |
DropIndexFailureException |
class |
IllegalTokenNameException |
class |
IndexBelongsToConstraintException |
class |
NoSuchIndexException |
class |
SchemaKernelException
Signals that some constraint has been violated in a
kernel interaction ,
for example a name containing invalid characters or length. |
class |
SchemaRuleNotFoundException |
class |
TooManyLabelsException |
Constructor and Description |
---|
AddIndexFailureException(long labelId,
long propertyKey,
KernelException cause) |
Modifier and Type | Class and Description |
---|---|
class |
IndexNotFoundKernelException |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.