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 71 of file exception.h.
pose_graph::DuplicateNodeIdException::DuplicateNodeIdException | ( | const unsigned | id | ) | [inline] |
Definition at line 73 of file exception.h.
const unsigned pose_graph::DuplicateNodeIdException::id |
Definition at line 75 of file exception.h.