Uses of Class
ai.stapi.arangograph.exceptions.CannotDeserializeArangoDocument
Packages that use CannotDeserializeArangoDocument
-
Uses of CannotDeserializeArangoDocument in ai.stapi.arangograph.exceptions
Methods in ai.stapi.arangograph.exceptions that return CannotDeserializeArangoDocumentModifier and TypeMethodDescriptionCannotDeserializeArangoDocument.becauseAttributeNameWasNotString(String id, String graphElementType, Object attributeName) CannotDeserializeArangoDocument.becauseAttributesPropertyIsNotCorrectType(String id, String graphElementType, Object uncasedAttributes) CannotDeserializeArangoDocument.becauseAttributeVersionValuesWasNotOfCorrectType(String id, String graphElementType, String stringAttributeName, Object arangoAttributeVersion) CannotDeserializeArangoDocument.becauseAttributeVersionValueWasNotOfCorrectType(String id, String graphElementType, String stringAttributeName, Object arangoAttributeVersionValue) CannotDeserializeArangoDocument.becauseAttributeVersionWasNotOfCorrectType(String id, String graphElementType, String stringAttributeName, Object arangoAttributeVersion) CannotDeserializeArangoDocument.becauseAttributeWasNotList(String id, String graphElementType, String attributeName, Object attributeValues) CannotDeserializeArangoDocument.becauseDocumentDoesNotContainAttributesProperty(String id, String graphElementType, Map<String, Object> properties)