Exception: Ashikawa::Core::VertexCollectionAlreadyPresent
- Inherits:
-
ClientError
- Object
- RuntimeError
- ClientError
- Ashikawa::Core::VertexCollectionAlreadyPresent
- Defined in:
- lib/ashikawa-core/exceptions/client_error/vertex_collection_already_present.rb
Overview
This exception is thrown when the vertex collection to be added is already member of the graph. There are two different error messages that can occur:
1. The vertex collection is already member of the orphans (1938)
2. The vertex collection is already member of an edge definition (1929)
Method Summary
Methods inherited from ClientError
#default_error_message, #initialize
Constructor Details
This class inherits a constructor from Ashikawa::Core::ClientError