Loading...
Searching...
No Matches
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. More...
 
 Exception (const std::string &prefix, const std::string &what)
 This is just a wrapper on std::runtime_error with a prefix added. More...
 

Detailed Description

The exception type for ompl.

Definition at line 46 of file Exception.h.

Constructor & Destructor Documentation

◆ Exception() [1/2]

ompl::Exception::Exception ( const std::string &  what)
inlineexplicit

This is just a wrapper on std::runtime_error.

Definition at line 50 of file Exception.h.

◆ Exception() [2/2]

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 56 of file Exception.h.


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