The exception type for ompl. More...
#include <Exception.h>
Public Member Functions | |
Exception (const std::string &what) | |
This is just a wrapper on std::runtime_error. | |
Exception (const std::string &prefix, const std::string &what) | |
This is just a wrapper on std::runtime_error with a prefix added. |
The exception type for ompl.
Definition at line 47 of file Exception.h.