#include <exception.h>

Public Member Functions | |
| Exception (const std::string &prefix, const std::string &what) | |
| This is just a wrapper on std::runtime_error with a prefix added. More... | |
| Exception (const std::string &what) | |
| This is just a wrapper on std::runtime_error. More... | |
| virtual | ~Exception (void) throw () |
Definition at line 49 of file exception.h.
|
explicit |
This is just a wrapper on std::runtime_error.
Definition at line 44 of file exception.cpp.
| fcl::Exception::Exception | ( | const std::string & | prefix, |
| const std::string & | what | ||
| ) |
This is just a wrapper on std::runtime_error with a prefix added.
Definition at line 50 of file exception.cpp.
|
virtual | ||||||||||||||
Definition at line 57 of file exception.cpp.