Click or drag to resize

VelocityGraph.Exceptions Namespace

The VelocityGraph.Exceptions namespace contains exception classes for the VelocityGraph Graph Database.
Classes
  ClassDescription
Public classEdgeDoesNotExistException
Exception thrown when a edge id is specified for an edge type and the edge does not exist.
Public classEdgeTypeDoesNotExistException
Exception thrown when a edge type id is specified and the edge type does not exist.
Public classEdgeTypeInUseException
Exception thrown when at least one edge exist for a edge type and attempting to remove the edge type.
Public classInvalidHeadVertexTypeException
Exception thrown when the type of the head vertex doesn't match the required head VertexType of an EdgeType.
Public classInvalidPropertyIdException
Exception thrown when a type id is specified for a property that does not exist.
Public classInvalidTailVertexTypeException
Exception thrown when the type of the tail vertex doesn't match the required tail VertexType of an EdgeType.
Public classInvalidTypeIdException
Exception thrown when a type id is specified for a type that does not exist.
Public classPropertyTypeInUseException
Exception thrown when at least one vertex or edge uses a property type when attempting to remove the property type
Public classVertexAllreadyExistException
Exception thrown when a vertex id is specified for a vertex type and the vertex allready exist.
Public classVertexDoesNotExistException
Exception thrown when a vertex id is specified for a vertex type and the vertex does not exist.
Public classVertexTypeDoesNotExistException
Exception thrown when a vertex type id is specified and the vertex type does not exist.
Public classVertexTypeInUseException
Exception thrown when at least one vertex exist for a vertex type and attempting to remove the vertex type.