Package ai.stapi.graph.exceptions
Class GraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graph.exceptions.GraphException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeNotFoundException,CannotCreateGraphWithOtherThanGraphElements,CompositeAttributeCannotBeCreated,EdgeNotFound,EdgeWithSameIdAlreadyExists,GraphEdgesCannotBeMerged,GraphElementNotFound,GraphNodesCannotBeMerged,MoreThanOneNodeFoundWithGivenAttributeException,MoreThanOneNodeOfTypeFoundException,MoreThanOneNodeWithAttributeFoundException,NodeNotFound,NodeOfTypeNotFoundException,NodeWithAttributeNotFound,NodeWithSameIdAlreadyExists,OneOrBothNodesOnEdgeDoesNotExist,UnableToReplaceNode,VersionedAttributeCannotBeCreatedWithDifferentTypes,VersionedAttributeCannotBeEmpty,VersionedAttributesException
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
graph
-
-
Constructor Details
-
GraphException
-
GraphException
-