The CmdLineError class is the parent class of all exceptions used in libCmdLine.
More...
#include <CmdLineError.hh>
The CmdLineError class is the parent class of all exceptions used in libCmdLine.
The CmdLineError class is the parent class of all exceptions used in libCmdLine. It has functions to access the error message.
Definition at line 70 of file CmdLineError.hh.
◆ CmdLineError() [1/2]
CmdLineError::CmdLineError |
( |
| ) |
|
◆ CmdLineError() [2/2]
Copy constructor.
- Parameters
-
◆ ~CmdLineError()
virtual CmdLineError::~CmdLineError |
( |
| ) |
|
|
virtual |
◆ operator<<()
◆ str()
const std::string CmdLineError::str |
( |
| ) |
const |
|
inline |
Return error message.
- Returns
- error message
Definition at line 122 of file CmdLineError.hh.
◆ pMessage
std::string CmdLineError::pMessage |
|
protected |
The documentation for this class was generated from the following file: