The exception type for ompl. More...
#include <Exception.h>
Public Member Functions | |
Exception (const std::string &prefix, const std::string &what) | |
This is just a wrapper on std::runtime_error with a prefix added. | |
Exception (const std::string &what) | |
This is just a wrapper on std::runtime_error. | |
virtual | ~Exception (void) throw () |
The exception type for ompl.
Definition at line 47 of file Exception.h.
ompl::Exception::Exception | ( | const std::string & | what | ) | [inline, explicit] |
This is just a wrapper on std::runtime_error.
Definition at line 53 of file Exception.h.
ompl::Exception::Exception | ( | const std::string & | prefix, | |
const std::string & | what | |||
) | [inline] |
This is just a wrapper on std::runtime_error with a prefix added.
Definition at line 59 of file Exception.h.
virtual ompl::Exception::~Exception | ( | void | ) | throw () [inline, virtual] |
Definition at line 63 of file Exception.h.