public class InvalidGraphException extends GraknException
Broken Graph Exception
This exception is thrown on GraknGraph.commit() when the graph does not comply with the grakn
validation rules. For a complete list of these rules please refer to the documentation
| Modifier and Type | Method and Description |
|---|---|
static InvalidGraphException |
validationErrors(List<String> errors)
Thrown on commit when validation errors are found
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static InvalidGraphException validationErrors(List<String> errors)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.