A base class for all pose_graph exceptions; provides a handy boost::format parent constructor. More...
#include <exception.h>
Public Member Functions | |
PoseGraphException (const format &error_string) | |
PoseGraphException (const char *str) |
A base class for all pose_graph exceptions; provides a handy boost::format parent constructor.
Definition at line 51 of file exception.h.
pose_graph::PoseGraphException::PoseGraphException | ( | const format & | error_string | ) | [inline] |
Definition at line 54 of file exception.h.
pose_graph::PoseGraphException::PoseGraphException | ( | const char * | str | ) | [inline] |
Definition at line 55 of file exception.h.