#include <sot/core/exception-factory.hh>
Public Types | |
| enum | ErrorCodeEnum { GENERIC = ExceptionAbstract::FACTORY, UNREFERED_OBJECT, UNREFERED_SIGNAL, UNREFERED_FUNCTION, DYNAMIC_LOADING, SIGNAL_CONFLICT, FUNCTION_CONFLICT, OBJECT_CONFLICT, SYNTAX_ERROR, READ_FILE } |
Public Member Functions | |
| virtual const std::string & | getExceptionName (void) const |
| ExceptionFactory (const ExceptionFactory::ErrorCodeEnum &errcode, const std::string &msg="") | |
| ExceptionFactory (const ExceptionFactory::ErrorCodeEnum &errcode, const std::string &msg, const char *format,...) | |
| virtual | ~ExceptionFactory (void) throw () |
Static Public Attributes | |
| static const std::string | EXCEPTION_NAME |
| dynamicgraph::sot::ExceptionFactory::ExceptionFactory | ( | const ExceptionFactory::ErrorCodeEnum & | errcode, |
| const std::string & | msg = "" |
||
| ) |
| dynamicgraph::sot::ExceptionFactory::ExceptionFactory | ( | const ExceptionFactory::ErrorCodeEnum & | errcode, |
| const std::string & | msg, | ||
| const char * | format, | ||
| ... | |||
| ) |
| virtual dynamicgraph::sot::ExceptionFactory::~ExceptionFactory | ( | void | ) | throw () [inline, virtual] |
| virtual const std::string& dynamicgraph::sot::ExceptionFactory::getExceptionName | ( | void | ) | const [inline, virtual] |
Reimplemented from dynamicgraph::sot::ExceptionAbstract.
References EXCEPTION_NAME.
const std::string dynamicgraph::sot::ExceptionFactory::EXCEPTION_NAME [static] |
Reimplemented from dynamicgraph::sot::ExceptionAbstract.
Referenced by getExceptionName().