$search
a run time error exception More...
#include <runtime_error.h>
| Public Member Functions | |
| RuntimeError (const char *fmt,...) __attribute__((format(printf | |
| RuntimeError (const char *fmt,...) __attribute__((format(printf | |
| virtual const char * | what () const throw () | 
| virtual const char * | what () const throw () | 
| virtual | ~RuntimeError () throw () | 
| virtual | ~RuntimeError () throw () | 
| Protected Attributes | |
| std::string | _errorMsg | 
a run time error exception
Definition at line 26 of file include/hogman_minimal/stuff/runtime_error.h.
| RuntimeError::RuntimeError | ( | const char * | fmt, | |
| ... | ||||
| ) |  [explicit] | 
constructor which allows to give a error message with printf like syntax
Definition at line 24 of file runtime_error.cpp.
| RuntimeError::~RuntimeError | ( | ) | throw ()  [virtual] | 
Definition at line 39 of file runtime_error.cpp.
| RuntimeError::RuntimeError | ( | const char * | fmt, | |
| ... | ||||
| ) |  [explicit] | 
constructor which allows to give a error message with printf like syntax
| virtual RuntimeError::~RuntimeError | ( | ) | throw ()  [virtual] | 
| virtual const char* RuntimeError::what | ( | ) | const  throw ()  [inline, virtual] | 
Definition at line 35 of file src/stuff/runtime_error.h.
| virtual const char* RuntimeError::what | ( | ) | const  throw ()  [inline, virtual] | 
Definition at line 35 of file include/hogman_minimal/stuff/runtime_error.h.
| std::string RuntimeError::_errorMsg  [protected] | 
Definition at line 38 of file include/hogman_minimal/stuff/runtime_error.h.