Class GenericGraphOgmDeserializerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.graphDeserializers.ogmDeserializer.exception.GenericGraphOgmDeserializerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbecauseDeserializationHasToStartFromObjectGraphMapping(String providedNodeType) becauseElementWasNotFound(ai.stapi.identity.UniqueIdentifier graphElementId) becauseGraphReadingAccordingToOgmFailed(String currentElementType, PositiveGraphDescription declaration, GraphReaderException exception) becauseGraphTraversingLedToMultipleBranches(String elementType) becauseNodeTypeIsNotSupported(String nodeType) becauseNodeTypeIsSupportedByMultipleDeserializers(String nodeType, List<String> supportingDeserializerClassNames) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseNodeTypeIsNotSupported
-
becauseNodeTypeIsSupportedByMultipleDeserializers
public static GenericGraphOgmDeserializerException becauseNodeTypeIsSupportedByMultipleDeserializers(String nodeType, List<String> supportingDeserializerClassNames) -
becauseDeserializationHasToStartFromObjectGraphMapping
public static GenericGraphOgmDeserializerException becauseDeserializationHasToStartFromObjectGraphMapping(String providedNodeType) -
becauseThereIsMultipleGraphBranchesButMappingIsNotForList
public static GenericGraphOgmDeserializerException becauseThereIsMultipleGraphBranchesButMappingIsNotForList() -
becauseGraphTraversingLedToMultipleBranches
public static GenericGraphOgmDeserializerException becauseGraphTraversingLedToMultipleBranches(String elementType) -
becauseGraphReadingAccordingToOgmFailed
public static GenericGraphOgmDeserializerException becauseGraphReadingAccordingToOgmFailed(String currentElementType, PositiveGraphDescription declaration, GraphReaderException exception) -
becauseElementWasNotFound
public static GenericGraphOgmDeserializerException becauseElementWasNotFound(ai.stapi.identity.UniqueIdentifier graphElementId) -
givenReadResultIsNotGraphElement
-
becauseGraphTraversingLedToNoBranches
public static GenericGraphOgmDeserializerException becauseGraphTraversingLedToNoBranches(String type)
-