VelocityGraph.Exceptions Namespace |
Class | Description | |
---|---|---|
![]() | EdgeDoesNotExistException |
Exception thrown when a edge id is specified for an edge type and the edge does not exist.
|
![]() | EdgeTypeDoesNotExistException |
Exception thrown when a edge type id is specified and the edge type does not exist.
|
![]() | EdgeTypeInUseException |
Exception thrown when at least one edge exist for a edge type and attempting to remove the edge type.
|
![]() | InvalidHeadVertexTypeException |
Exception thrown when the type of the head vertex doesn't match the required head VertexType of an EdgeType.
|
![]() | InvalidPropertyIdException |
Exception thrown when a type id is specified for a property that does not exist.
|
![]() | InvalidTailVertexTypeException |
Exception thrown when the type of the tail vertex doesn't match the required tail VertexType of an EdgeType.
|
![]() | InvalidTypeIdException |
Exception thrown when a type id is specified for a type that does not exist.
|
![]() | PropertyTypeInUseException |
Exception thrown when at least one vertex or edge uses a property type when attempting to remove the property type
|
![]() | VertexAllreadyExistException |
Exception thrown when a vertex id is specified for a vertex type and the vertex allready exist.
|
![]() | VertexDoesNotExistException |
Exception thrown when a vertex id is specified for a vertex type and the vertex does not exist.
|
![]() | VertexTypeDoesNotExistException |
Exception thrown when a vertex type id is specified and the vertex type does not exist.
|
![]() | VertexTypeInUseException |
Exception thrown when at least one vertex exist for a vertex type and attempting to remove the vertex type.
|