iRoCS Toolbox  1.1.0
Public Member Functions | Protected Attributes
CmdLineInternalError Class Reference

Internal Error. Is thrown when an internal error occurs. More...

#include <Errors.hh>

Inheritance diagram for CmdLineInternalError:
Collaboration diagram for CmdLineInternalError:

Public Member Functions

template<typename T >
CmdLineErroroperator<< (const T &data)
 Add something to the error message. More...
 
const std::string str () const
 Return error message. More...
 

Protected Attributes

std::string pMessage
 

Detailed Description

Internal Error. Is thrown when an internal error occurs.

Definition at line 68 of file Errors.hh.

Member Function Documentation

◆ operator<<()

template<typename T >
CmdLineError& CmdLineError::operator<< ( const T &  data)
inlineinherited

Add something to the error message.

Parameters
data
Returns
modified CmdLineError

Definition at line 106 of file CmdLineError.hh.

◆ str()

const std::string CmdLineError::str ( ) const
inlineinherited

Return error message.

Returns
error message

Definition at line 122 of file CmdLineError.hh.

Field Documentation

◆ pMessage

std::string CmdLineError::pMessage
protectedinherited

Definition at line 128 of file CmdLineError.hh.

Referenced by CmdLineError::operator<<(), and CmdLineError::str().


The documentation for this class was generated from the following file: