#include <hpp/fcl/exception.h>
|
| 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...
|
|
virtual | ~Exception (void) throw () |
|
fcl::Exception::Exception |
( |
const std::string & |
what | ) |
|
|
inlineexplicit |
This is just a wrapper on std::runtime_error.
fcl::Exception::Exception |
( |
const std::string & |
prefix, |
|
|
const std::string & |
what |
|
) |
| |
|
inline |
This is just a wrapper on std::runtime_error with a prefix added.
virtual fcl::Exception::~Exception |
( |
void |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |