Class GraphLoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.graphLoader.exceptions.GraphLoaderException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphLoaderExceptionbecauseEdgeDescriptionHadMoreChildNodeDescriptions(AbstractEdgeDescription edgeDescription, List<String> nodeTypes) static GraphLoaderExceptionbecauseProvidedOGMDidNotStartWithObjectOGM(ObjectGraphMapping objectGraphMapping) static GraphLoaderExceptionbecauseThereIsMoreThanOneNodeDescriptionsOnEdgeDescription(ai.stapi.identity.UniqueIdentifier id, String type) static GraphLoaderExceptionbecauseThereIsNoGraphElementWithProvidedUuid(ai.stapi.identity.UniqueIdentifier uuid, GraphDescription graphDescription) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphLoaderException
-
-
Method Details
-
becauseThereIsNoGraphElementWithProvidedUuid
public static GraphLoaderException becauseThereIsNoGraphElementWithProvidedUuid(ai.stapi.identity.UniqueIdentifier uuid, GraphDescription graphDescription) -
becauseThereIsMoreThanOneNodeDescriptionsOnEdgeDescription
public static GraphLoaderException becauseThereIsMoreThanOneNodeDescriptionsOnEdgeDescription(ai.stapi.identity.UniqueIdentifier id, String type) -
becauseEdgeDescriptionHadMoreChildNodeDescriptions
public static GraphLoaderException becauseEdgeDescriptionHadMoreChildNodeDescriptions(AbstractEdgeDescription edgeDescription, List<String> nodeTypes) -
becauseProvidedOGMDidNotStartWithObjectOGM
public static GraphLoaderException becauseProvidedOGMDidNotStartWithObjectOGM(ObjectGraphMapping objectGraphMapping)
-