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