#include <Exceptions.h>
Public Member Functions | |
NoParameterFound (const std::string &name) | |
virtual | ~NoParameterFound () throw () |
virtual const char * | what () const throw () |
Public Attributes | |
std::string | m_error |
Definition at line 8 of file Exceptions.h.
|
inline |
Definition at line 10 of file Exceptions.h.
|
inlinevirtual |
Definition at line 15 of file Exceptions.h.
|
inlinevirtual |
Definition at line 17 of file Exceptions.h.
std::string NoParameterFound::m_error |
Definition at line 21 of file Exceptions.h.