Class GraphReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.graphReader.exception.GraphReaderException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic GraphReaderExceptionstatic GraphReaderExceptionbecauseGraphDescriptionHasMultipleChildren(PositiveGraphDescription graphDescription) static GraphReaderExceptionbecauseLastReadResultsAreNotValues(ReadResult readResult) static GraphReaderExceptionbecauseMappingPartReturnsTypeIncompatibleWithNext(ObjectGraphMapping currentMappingPart, ObjectGraphMapping nextMappingPart) static GraphReaderExceptionbecauseProvidedGraphDescriptionCanNotBeFirst(PositiveGraphDescription graphDescription) static GraphReaderExceptionbecauseReadResultsFromLastMappingPartIsEmpty(ObjectGraphMapping mappingPart, Integer index) static GraphReaderExceptionbecauseStartingElementWasNotFoundInProvidedGraph(ai.stapi.identity.UniqueIdentifier startElementId) static GraphReaderExceptionbecauseStartingElementWasNotFoundInProvidedGraph(ai.stapi.identity.UniqueIdentifier startElementId, String startElementType, String startElementGraphType) static GraphReaderExceptionstatic GraphReaderExceptionbecauseThereIsNoSupportingResolverForMappingPart(PositiveGraphDescription graphDescription) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseStartingElementWasNotFoundInProvidedGraph
public static GraphReaderException becauseStartingElementWasNotFoundInProvidedGraph(ai.stapi.identity.UniqueIdentifier startElementId, String startElementType, String startElementGraphType) -
becauseStartingElementWasNotFoundInProvidedGraph
public static GraphReaderException becauseStartingElementWasNotFoundInProvidedGraph(ai.stapi.identity.UniqueIdentifier startElementId) -
becauseThereIsNoSupportingResolverForMappingPart
public static GraphReaderException becauseThereIsNoSupportingResolverForMappingPart(PositiveGraphDescription graphDescription) -
becauseThereIsMultipleSupportingResolverForMappingPart
public static GraphReaderException becauseThereIsMultipleSupportingResolverForMappingPart(PositiveGraphDescription graphDescription) -
becauseGraphDescriptionContainsRemovalGraphDescription
public static GraphReaderException becauseGraphDescriptionContainsRemovalGraphDescription(GraphDescription description) -
becauseMappingPartReturnsTypeIncompatibleWithNext
public static GraphReaderException becauseMappingPartReturnsTypeIncompatibleWithNext(ObjectGraphMapping currentMappingPart, ObjectGraphMapping nextMappingPart) -
becauseProvidedGraphDescriptionCanNotBeFirst
public static GraphReaderException becauseProvidedGraphDescriptionCanNotBeFirst(PositiveGraphDescription graphDescription) -
becauseReadResultsFromLastMappingPartIsEmpty
public static GraphReaderException becauseReadResultsFromLastMappingPartIsEmpty(ObjectGraphMapping mappingPart, Integer index) -
becauseGraphDescriptionHasMultipleChildren
public static GraphReaderException becauseGraphDescriptionHasMultipleChildren(PositiveGraphDescription graphDescription) -
becauseLastReadResultsAreNotValues
-