50 #ifndef CMDLINEERROR_HH 51 #define CMDLINEERROR_HH 108 std::ostringstream oss;
virtual ~CmdLineError()
Destructor.
The CmdLineError class is the parent class of all exceptions used in libCmdLine.
CmdLineError()
Constructor.
CmdLineError & operator<<(const T &data)
Add something to the error message.
const std::string str() const
Return error message.