Public Member Functions | Protected Attributes
RuntimeError Class Reference

a run time error exception More...

#include <runtime_error.h>

List of all members.

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

Detailed Description

a run time error exception

Definition at line 26 of file include/hogman_minimal/stuff/runtime_error.h.


Constructor & Destructor Documentation

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]

Member Function Documentation

virtual const char* RuntimeError::what ( ) const throw () [inline, virtual]

Definition at line 35 of file include/hogman_minimal/stuff/runtime_error.h.

virtual const char* RuntimeError::what ( ) const throw () [inline, virtual]

Definition at line 35 of file src/stuff/runtime_error.h.


Member Data Documentation

std::string RuntimeError::_errorMsg [protected]

Definition at line 38 of file include/hogman_minimal/stuff/runtime_error.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


hogman_minimal
Author(s): Maintained by Juergen Sturm
autogenerated on Wed Dec 26 2012 15:36:50