Class GraphLoaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.graphLoader.exceptions.GraphLoaderException
All Implemented Interfaces:
Serializable

public class GraphLoaderException extends RuntimeException
See Also:
  • Constructor Details

    • GraphLoaderException

      public GraphLoaderException(String becauseMessage)
  • 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)