Exception for trying to add an EdgeId that already exists. More...
#include <exception.h>
Public Member Functions | |
DuplicateEdgeIdException (const unsigned id) | |
Public Attributes | |
const unsigned | id |
Exception for trying to add an EdgeId that already exists.
Definition at line 111 of file exception.h.
topological_map_2d::DuplicateEdgeIdException::DuplicateEdgeIdException | ( | const unsigned | id | ) | [inline] |
Definition at line 113 of file exception.h.
const unsigned topological_map_2d::DuplicateEdgeIdException::id |
Definition at line 115 of file exception.h.