Class Exception

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class Exception : public std::runtime_error

The exception type for ompl.

Public Functions

inline explicit Exception(const std::string &what)

This is just a wrapper on std::runtime_error.

inline Exception(const std::string &prefix, const std::string &what)

This is just a wrapper on std::runtime_error with a prefix added.

~Exception() noexcept override = default