Exception for trying to add a NodeId that already exists. More...
#include <exception.h>
Public Member Functions | |
DuplicateNodeIdException (const unsigned id) | |
Public Attributes | |
const unsigned | id |
Exception for trying to add a NodeId that already exists.
Definition at line 102 of file exception.h.
topological_map_2d::DuplicateNodeIdException::DuplicateNodeIdException | ( | const unsigned | id | ) | [inline] |
Definition at line 104 of file exception.h.
const unsigned topological_map_2d::DuplicateNodeIdException::id |
Definition at line 106 of file exception.h.