#include <sot/core/exception-feature.hh>
Public Types | |
| enum | ErrorCodeEnum { GENERIC = ExceptionAbstract::FEATURE, BAD_INIT, UNCOMPATIBLE_SIZE } |
Public Member Functions | |
| virtual const std::string & | getExceptionName (void) const |
| ExceptionFeature (const ExceptionFeature::ErrorCodeEnum &errcode, const std::string &msg="") | |
| ExceptionFeature (const ExceptionFeature::ErrorCodeEnum &errcode, const std::string &msg, const char *format,...) | |
| virtual | ~ExceptionFeature (void) throw () |
Static Public Attributes | |
| static const std::string | EXCEPTION_NAME |
| dynamicgraph::sot::ExceptionFeature::ExceptionFeature | ( | const ExceptionFeature::ErrorCodeEnum & | errcode, |
| const std::string & | msg = "" |
||
| ) |
| dynamicgraph::sot::ExceptionFeature::ExceptionFeature | ( | const ExceptionFeature::ErrorCodeEnum & | errcode, |
| const std::string & | msg, | ||
| const char * | format, | ||
| ... | |||
| ) |
| virtual dynamicgraph::sot::ExceptionFeature::~ExceptionFeature | ( | void | ) | throw () [inline, virtual] |
| virtual const std::string& dynamicgraph::sot::ExceptionFeature::getExceptionName | ( | void | ) | const [inline, virtual] |
Reimplemented from dynamicgraph::sot::ExceptionAbstract.
References EXCEPTION_NAME.
const std::string dynamicgraph::sot::ExceptionFeature::EXCEPTION_NAME [static] |
Reimplemented from dynamicgraph::sot::ExceptionAbstract.
Referenced by getExceptionName().