dynamicgraph::sot::ExceptionFactory Class Reference

#include <sot/core/exception-factory.hh>

Inheritance diagram for dynamicgraph::sot::ExceptionFactory:
dynamicgraph::sot::ExceptionAbstract

List of all members.

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

Member Enumeration Documentation

Enumerator:
GENERIC 
UNREFERED_OBJECT 
UNREFERED_SIGNAL 
UNREFERED_FUNCTION 
DYNAMIC_LOADING 
SIGNAL_CONFLICT 
FUNCTION_CONFLICT 
OBJECT_CONFLICT 
SYNTAX_ERROR 
READ_FILE 

Constructor & Destructor Documentation

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]

Member Function Documentation

virtual const std::string& dynamicgraph::sot::ExceptionFactory::getExceptionName ( void  ) const [inline, virtual]

Reimplemented from dynamicgraph::sot::ExceptionAbstract.

References EXCEPTION_NAME.


Member Data Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines