static GraqlQueryException |
GraqlQueryException.atomParentMissing(String atom) |
static GraqlQueryException |
GraqlQueryException.cannotParseDateFormat(String originalFormat) |
static GraqlQueryException |
GraqlQueryException.cannotParseDateString(String originalDate,
String originalFormat,
java.time.format.DateTimeParseException cause) |
static GraqlQueryException |
GraqlQueryException.conflictingProperties(VarPatternAdmin varPattern,
UniqueVarProperty property,
UniqueVarProperty other) |
static GraqlQueryException |
GraqlQueryException.createInstanceOfMetaConcept(VarPatternAdmin var,
Type type) |
static GraqlQueryException |
GraqlQueryException.disallowedAtomInRuleHead(String atom,
String inferenceRule) |
static GraqlQueryException |
GraqlQueryException.failDelete(VarProperty property) |
static GraqlQueryException |
GraqlQueryException.getUnifierOfNonAtomicQuery() |
static GraqlQueryException |
GraqlQueryException.incorrectAggregateArgumentNumber(String name,
int minArgs,
int maxArgs,
List<Object> args) |
static GraqlQueryException |
GraqlQueryException.insertAbstractOnNonType(OntologyConcept concept) |
static GraqlQueryException |
GraqlQueryException.insertInstanceWithLabel(Label label) |
static GraqlQueryException |
GraqlQueryException.insertIsaAndSub(String printableName) |
static GraqlQueryException |
GraqlQueryException.insertMetaType(Label label,
OntologyConcept ontologyConcept) |
static GraqlQueryException |
GraqlQueryException.insertMultipleValues(ValuePredicateAdmin predicate,
Object value) |
static GraqlQueryException |
GraqlQueryException.insertNewType(Thing thing,
Type type) |
static GraqlQueryException |
GraqlQueryException.insertPredicate() |
static GraqlQueryException |
GraqlQueryException.insertRecursive(VarPatternAdmin var) |
static GraqlQueryException |
GraqlQueryException.insertRelationWithoutType() |
static GraqlQueryException |
GraqlQueryException.insertResourceTypeWithoutDataType(VarPatternAdmin var) |
static GraqlQueryException |
GraqlQueryException.insertResourceWithoutValue() |
static GraqlQueryException |
GraqlQueryException.insertRolePlayerWithoutRoleType() |
static GraqlQueryException |
GraqlQueryException.insertRuleWithoutLhs(VarPatternAdmin var) |
static GraqlQueryException |
GraqlQueryException.insertRuleWithoutRhs(VarPatternAdmin var) |
static GraqlQueryException |
GraqlQueryException.insertTypeWithoutLabel() |
static GraqlQueryException |
GraqlQueryException.insertUndefinedVariable(VarPatternAdmin var) |
static GraqlQueryException |
GraqlQueryException.insertUnsupportedProperty(String name,
Schema.MetaSchema metaSchema) |
static GraqlQueryException |
GraqlQueryException.insertWithoutType(ConceptId conceptId) |
static GraqlQueryException |
GraqlQueryException.instanceDoesNotExist() |
static GraqlQueryException |
GraqlQueryException.invalidValueClass(Object value) |
static GraqlQueryException |
GraqlQueryException.labelNotFound(Label label) |
static GraqlQueryException |
GraqlQueryException.maxIterationsReached(Class<?> clazz) |
static GraqlQueryException |
GraqlQueryException.multipleGraphs() |
static GraqlQueryException |
GraqlQueryException.mustBeResourceType(Label resourceType) |
static GraqlQueryException |
GraqlQueryException.negativeOffset(long offset) |
static GraqlQueryException |
GraqlQueryException.noAtomsSelected(ReasonerQuery reasonerQuery) |
static GraqlQueryException |
GraqlQueryException.noGraph() |
static GraqlQueryException |
GraqlQueryException.noLabelSpecifiedForHas() |
static GraqlQueryException |
GraqlQueryException.nonAtomicQuery(ReasonerQuery reasonerQuery) |
static GraqlQueryException |
GraqlQueryException.nonPositiveLimit(long limit) |
static GraqlQueryException |
GraqlQueryException.noPathDestination() |
static GraqlQueryException |
GraqlQueryException.noPathSource() |
static GraqlQueryException |
GraqlQueryException.noPatterns() |
static GraqlQueryException |
GraqlQueryException.noSelectedVars() |
static GraqlQueryException |
GraqlQueryException.notARelationType(Label label) |
static GraqlQueryException |
GraqlQueryException.notARoleType(Label roleId) |
static GraqlQueryException |
GraqlQueryException.queryInstanceOfRoleType(Label label) |
static GraqlQueryException |
GraqlQueryException.resourceMustBeANumber(ResourceType.DataType dataType,
Label resourceType) |
static GraqlQueryException |
GraqlQueryException.resourcesWithDifferentDataTypes(Set<Label> resourceTypes) |
static GraqlQueryException |
GraqlQueryException.ruleCreationArityMismatch() |
static GraqlQueryException |
GraqlQueryException.statisticsResourceTypesNotSpecified() |
static GraqlQueryException |
GraqlQueryException.unificationAtomIncompatibility() |
static GraqlQueryException |
GraqlQueryException.unknownAggregate(String name) |
static GraqlQueryException |
GraqlQueryException.valuePredicateAtomWithMultiplePredicates() |
static GraqlQueryException |
GraqlQueryException.varNotInQuery(Var var) |
static GraqlQueryException |
GraqlQueryException.wrongMacroArgumentType(Macro macro,
String expectedType,
String value) |
static GraqlQueryException |
GraqlQueryException.wrongNumberOfMacroArguments(Macro macro,
List<Object> values) |