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