|
Limbo 3.5.4
|
an exception class for limbo::programoptions::ProgramOptions More...
#include <ProgramOptions.h>
Public Types | |
| typedef std::exception | base_type |
| base type | |
Public Member Functions | |
| ProgramOptionsException (std::string const &msg) | |
| constructor | |
| ProgramOptionsException (ProgramOptionsException const &rhs) | |
| copy constructor | |
| virtual | ~ProgramOptionsException () throw () |
| destructor | |
| virtual const char * | what () const throw () |
| access message | |
Protected Attributes | |
| std::string | m_msg |
| message of the exception | |
an exception class for limbo::programoptions::ProgramOptions
Definition at line 35 of file ProgramOptions.h.
| typedef std::exception limbo::programoptions::ProgramOptionsException::base_type |
base type
Definition at line 39 of file ProgramOptions.h.
|
inline |
|
inline |
copy constructor
| rhs | the other object to copy |
Definition at line 49 of file ProgramOptions.h.
|
inlinevirtual | ||||||||||||
destructor
Definition at line 53 of file ProgramOptions.h.
|
inlinevirtual | ||||||||||||
|
protected |
message of the exception
Definition at line 60 of file ProgramOptions.h.