Class SpecificGraphOgmDeserializerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.graphDeserializers.ogmDeserializer.specific.exception.SpecificGraphOgmDeserializerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbecauseGraphReadingAccordingToOgmFailed(String currentElementType, PositiveGraphDescription declaration, GraphReaderException exception) becauseGraphTraversingLedToMultipleBranches(String elementType) becauseThereIsMultipleGraphBranches(ObjectGraphMapping objectGraphMapping, List<ai.stapi.graph.traversableGraphElements.TraversableGraphElement> elements) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseThereIsMultipleGraphBranches
public static SpecificGraphOgmDeserializerException becauseThereIsMultipleGraphBranches(ObjectGraphMapping objectGraphMapping, List<ai.stapi.graph.traversableGraphElements.TraversableGraphElement> elements) -
becauseGraphTraversingLedToMultipleBranches
public static SpecificGraphOgmDeserializerException becauseGraphTraversingLedToMultipleBranches(String elementType) -
becauseGraphReadingAccordingToOgmFailed
public static SpecificGraphOgmDeserializerException becauseGraphReadingAccordingToOgmFailed(String currentElementType, PositiveGraphDescription declaration, GraphReaderException exception)
-