| Package | Description |
|---|---|
| ai.grakn.exception |
Grakn exception definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyNotUniqueException |
PropertyNotUniqueException.cannotChangeProperty(org.apache.tinkerpop.gremlin.structure.Vertex mutatingConcept,
org.apache.tinkerpop.gremlin.structure.Vertex conceptWithValue,
Schema.VertexProperty property,
Object value)
Thrown when trying to set the property of concept
mutatingConcept to a value which is already
taken by concept conceptWithValue |
static PropertyNotUniqueException |
PropertyNotUniqueException.cannotCreateProperty(Concept conceptWithValue,
Schema.VertexProperty property,
Object value)
Thrown when trying to create a concept using a unique property which is already taken.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.