Package ai.stapi.arangograph.exceptions
Class CannotDeserializeArangoDocument
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.arangograph.exceptions.CannotDeserializeArangoDocument
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbecauseAttributeNameWasNotString(String id, String graphElementType, Object attributeName) becauseAttributesPropertyIsNotCorrectType(String id, String graphElementType, Object uncasedAttributes) becauseAttributeVersionValuesWasNotOfCorrectType(String id, String graphElementType, String stringAttributeName, Object arangoAttributeVersion) becauseAttributeVersionValueWasNotOfCorrectType(String id, String graphElementType, String stringAttributeName, Object arangoAttributeVersionValue) becauseAttributeVersionWasNotOfCorrectType(String id, String graphElementType, String stringAttributeName, Object arangoAttributeVersion) becauseAttributeWasNotList(String id, String graphElementType, String attributeName, Object attributeValues) becauseDocumentDoesNotContainAttributesProperty(String id, String graphElementType, Map<String, Object> properties) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotDeserializeArangoDocument
-
-
Method Details
-
becauseDocumentDoesNotContainAttributesProperty
-
becauseAttributesPropertyIsNotCorrectType
public static CannotDeserializeArangoDocument becauseAttributesPropertyIsNotCorrectType(String id, String graphElementType, Object uncasedAttributes) -
becauseAttributeWasNotList
public static CannotDeserializeArangoDocument becauseAttributeWasNotList(String id, String graphElementType, String attributeName, Object attributeValues) -
becauseAttributeNameWasNotString
public static CannotDeserializeArangoDocument becauseAttributeNameWasNotString(String id, String graphElementType, Object attributeName) -
becauseAttributeVersionWasNotOfCorrectType
public static CannotDeserializeArangoDocument becauseAttributeVersionWasNotOfCorrectType(String id, String graphElementType, String stringAttributeName, Object arangoAttributeVersion) -
becauseAttributeVersionValuesWasNotOfCorrectType
public static CannotDeserializeArangoDocument becauseAttributeVersionValuesWasNotOfCorrectType(String id, String graphElementType, String stringAttributeName, Object arangoAttributeVersion) -
becauseAttributeVersionValueWasNotOfCorrectType
public static CannotDeserializeArangoDocument becauseAttributeVersionValueWasNotOfCorrectType(String id, String graphElementType, String stringAttributeName, Object arangoAttributeVersionValue)
-