Uses of Class
ai.stapi.graphoperations.graphReader.exception.GraphReaderException
Packages that use GraphReaderException
Package
Description
-
Uses of GraphReaderException in ai.stapi.graphoperations.graphDeserializers.ogmDeserializer.exception
Methods in ai.stapi.graphoperations.graphDeserializers.ogmDeserializer.exception with parameters of type GraphReaderExceptionModifier and TypeMethodDescriptionGenericGraphOgmDeserializerException.becauseGraphReadingAccordingToOgmFailed(String currentElementType, PositiveGraphDescription declaration, GraphReaderException exception) -
Uses of GraphReaderException in ai.stapi.graphoperations.graphDeserializers.ogmDeserializer.specific.exception
Methods in ai.stapi.graphoperations.graphDeserializers.ogmDeserializer.specific.exception with parameters of type GraphReaderExceptionModifier and TypeMethodDescriptionSpecificGraphOgmDeserializerException.becauseGraphReadingAccordingToOgmFailed(String currentElementType, PositiveGraphDescription declaration, GraphReaderException exception) -
Uses of GraphReaderException in ai.stapi.graphoperations.graphReader.exception
Methods in ai.stapi.graphoperations.graphReader.exception that return GraphReaderExceptionModifier and TypeMethodDescriptionstatic GraphReaderExceptionGraphReaderException.becauseGraphDescriptionContainsRemovalGraphDescription(GraphDescription description) static GraphReaderExceptionGraphReaderException.becauseGraphDescriptionHasMultipleChildren(PositiveGraphDescription graphDescription) static GraphReaderExceptionGraphReaderException.becauseLastReadResultsAreNotValues(ReadResult readResult) static GraphReaderExceptionGraphReaderException.becauseMappingPartReturnsTypeIncompatibleWithNext(ObjectGraphMapping currentMappingPart, ObjectGraphMapping nextMappingPart) static GraphReaderExceptionGraphReaderException.becauseProvidedGraphDescriptionCanNotBeFirst(PositiveGraphDescription graphDescription) static GraphReaderExceptionGraphReaderException.becauseReadResultsFromLastMappingPartIsEmpty(ObjectGraphMapping mappingPart, Integer index) static GraphReaderExceptionGraphReaderException.becauseStartingElementWasNotFoundInProvidedGraph(ai.stapi.identity.UniqueIdentifier startElementId) static GraphReaderExceptionGraphReaderException.becauseStartingElementWasNotFoundInProvidedGraph(ai.stapi.identity.UniqueIdentifier startElementId, String startElementType, String startElementGraphType) static GraphReaderExceptionGraphReaderException.becauseThereIsMultipleSupportingResolverForMappingPart(PositiveGraphDescription graphDescription) static GraphReaderExceptionGraphReaderException.becauseThereIsNoSupportingResolverForMappingPart(PositiveGraphDescription graphDescription) -
Uses of GraphReaderException in ai.stapi.graphoperations.graphToMapObjectMapper.specific
Methods in ai.stapi.graphoperations.graphToMapObjectMapper.specific that throw GraphReaderExceptionModifier and TypeMethodDescriptionprotected List<TraversableGraphElement>AbstractSpecificGraphToMapMapper.traverseGraph(Declaration declaration, List<TraversableGraphElement> elements, Graph graph)