Class GraphBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.graphbuilder.exception.GraphBuilderException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionbecauseOfUnexpectedEdgeNeighbor(GraphElementBuilder elementBuilder) static GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionstatic GraphBuilderExceptionbecauseThereCanNotBeTwoNodesAfterEachOther(NodeBuilder previousNode) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseAttributeValueTypeIsNotSupported
-
becauseAttributeBuilderIsNotComplete
-
becauseNodeIsMissingIdOrType
-
becauseEdgeIsNotCompleted
-
becauseNodeFromOnEdgeIsNotComplete
-
becauseNodeToOnEdgeIsNotComplete
-
becauseGraphCanNotHaveEdgeAsFirstElement
-
becauseGraphCanNotHaveEdgeAsLastElement
-
becauseOfUnexpectedEdgeNeighbor
public static GraphBuilderException becauseOfUnexpectedEdgeNeighbor(GraphElementBuilder elementBuilder) -
becauseThereCanNotBeTwoNodesAfterEachOther
public static GraphBuilderException becauseThereCanNotBeTwoNodesAfterEachOther(NodeBuilder previousNode) -
becauseThereCanNotBeTwoEdgesAfterEachOther
-
becauseEdgeHasToBePrecededByNode
-
becauseThereAreNoElementsAbleToContainAttribute
-
becauseThereAreNoAttributesOnElement
-
becauseThereAreNoElements
-