ompl::Exception Class Reference

The exception type for ompl. More...

#include <ompl/util/Exception.h>

Inheritance diagram for ompl::Exception:

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.
 

Detailed Description

The exception type for ompl.

Definition at line 78 of file Exception.h.


The documentation for this class was generated from the following file: