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 80 of file exception.h.
pose_graph::DuplicateEdgeIdException::DuplicateEdgeIdException | ( | const unsigned | id | ) | [inline] |
Definition at line 82 of file exception.h.
const unsigned pose_graph::DuplicateEdgeIdException::id |
Definition at line 84 of file exception.h.