Package ai.stapi.graph.exceptions
Class EdgeNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graph.exceptions.GraphException
ai.stapi.graph.exceptions.EdgeNotFound
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class ai.stapi.graph.exceptions.GraphException
graph -
Constructor Summary
ConstructorsConstructorDescriptionEdgeNotFound(ai.stapi.identity.UniqueIdentifier edgeId) EdgeNotFound(ai.stapi.identity.UniqueIdentifier edgeId, String edgeType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EdgeNotFound
-
EdgeNotFound
public EdgeNotFound(ai.stapi.identity.UniqueIdentifier edgeId)
-