Exception for unknown EdgeId. More...
#include <exception.h>
Public Member Functions | |
UnknownEdgeIdException (const unsigned id) | |
Public Attributes | |
const unsigned | id |
Exception for unknown EdgeId.
Definition at line 62 of file exception.h.
pose_graph::UnknownEdgeIdException::UnknownEdgeIdException | ( | const unsigned | id | ) | [inline] |
Definition at line 64 of file exception.h.
const unsigned pose_graph::UnknownEdgeIdException::id |
Definition at line 66 of file exception.h.