#include <hpp/fcl/exception.h>
List of all members.
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.
|
virtual | ~Exception (void) throw () |
Constructor & Destructor Documentation
fcl::Exception::Exception |
( |
const std::string & |
what | ) |
[inline, explicit] |
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 () [inline, virtual] |