Class GraphDescriptionReadResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.graphReader.mappingPartReadResolvers.exception.GraphDescriptionReadResolverException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbecauseAttributeDoesNotExists(ai.stapi.identity.UniqueIdentifier graphElementId, String attributeName) becauseEdgeDoesNotContainNodeOfGivenType(ai.stapi.identity.UniqueIdentifier edgeId, String nodeType) becauseGraphDescriptionTypeIsNotSupported(PositiveGraphDescription graphDescription, GraphDescriptionReadResolver resolver) becauseIngoingReadResultIsNotSupported(ReadResult readResult, GraphDescriptionReadResolver resolver) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseIngoingReadResultIsNotSupported
public static GraphDescriptionReadResolverException becauseIngoingReadResultIsNotSupported(ReadResult readResult, GraphDescriptionReadResolver resolver) -
becauseEdgeDoesNotContainNodeOfGivenType
public static GraphDescriptionReadResolverException becauseEdgeDoesNotContainNodeOfGivenType(ai.stapi.identity.UniqueIdentifier edgeId, String nodeType) -
becauseGraphDescriptionTypeIsNotSupported
public static GraphDescriptionReadResolverException becauseGraphDescriptionTypeIsNotSupported(PositiveGraphDescription graphDescription, GraphDescriptionReadResolver resolver) -
becauseAttributeDoesNotExists
public static GraphDescriptionReadResolverException becauseAttributeDoesNotExists(ai.stapi.identity.UniqueIdentifier graphElementId, String attributeName)
-