#include <exception.h>
Public Member Functions | |
Exception (const std::runtime_error &other) | |
Exception (const std::string &arg) | |
Exception (const std::string &source, const std::string &arg) | |
Static Public Attributes | |
static const std::string | prefix |
Definition at line 37 of file exception.h.
rosmatlab::Exception::Exception | ( | const std::runtime_error & | other | ) | [inline] |
Definition at line 40 of file exception.h.
rosmatlab::Exception::Exception | ( | const std::string & | arg | ) | [inline] |
Definition at line 42 of file exception.h.
rosmatlab::Exception::Exception | ( | const std::string & | source, |
const std::string & | arg | ||
) | [inline] |
Definition at line 44 of file exception.h.
const std::string rosmatlab::Exception::prefix [static] |
Definition at line 38 of file exception.h.