Serialized Form
-
Package cloud.opencode.base.graph.exception
-
Exception Class cloud.opencode.base.graph.exception.CycleDetectedException
class CycleDetectedException extends GraphException implements Serializable-
Serialized Fields
-
cycle
List<?> cycle
-
-
-
Exception Class cloud.opencode.base.graph.exception.EdgeNotFoundException
class EdgeNotFoundException extends GraphException implements Serializable -
Exception Class cloud.opencode.base.graph.exception.GraphException
class GraphException extends OpenException implements Serializable-
Serialized Fields
-
graphErrorCode
GraphErrorCode graphErrorCode
-
-
-
Exception Class cloud.opencode.base.graph.exception.GraphLimitExceededException
class GraphLimitExceededException extends GraphException implements Serializable-
Serialized Fields
-
actual
long actual
-
limit
long limit
-
-
-
Exception Class cloud.opencode.base.graph.exception.GraphTimeoutException
class GraphTimeoutException extends GraphException implements Serializable-
Serialized Fields
-
timeout
Duration timeout
-
-
-
Exception Class cloud.opencode.base.graph.exception.InvalidEdgeException
class InvalidEdgeException extends GraphException implements Serializable -
Exception Class cloud.opencode.base.graph.exception.InvalidVertexException
class InvalidVertexException extends GraphException implements Serializable -
Exception Class cloud.opencode.base.graph.exception.NoPathException
class NoPathException extends GraphException implements Serializable -
Exception Class cloud.opencode.base.graph.exception.VertexNotFoundException
class VertexNotFoundException extends GraphException implements Serializable-
Serialized Fields
-
vertex
Object vertex
-
-
-