DDS  ver. 3.4
Public Member Functions | List of all members
MiscCommon::system_error Class Reference

The system_error exception class retrieves a string, which represent the last error. More...

#include <ErrorCode.h>

Inheritance diagram for MiscCommon::system_error:

Public Member Functions

 system_error (const std::string &_ErrorPrefix)
 
virtual ~system_error () throw ()
 
virtual const char * what () const throw ()
 
int getErrno () const throw ()
 

Detailed Description

The system_error exception class retrieves a string, which represent the last error.

and can be thrown when any of system (or functions which support "errno") functions fails.

Constructor & Destructor Documentation

◆ system_error()

MiscCommon::system_error::system_error ( const std::string &  _ErrorPrefix)
inlineexplicit

◆ ~system_error()

virtual MiscCommon::system_error::~system_error ( )
throw (
)
inlinevirtual

Member Function Documentation

◆ getErrno()

int MiscCommon::system_error::getErrno ( ) const
throw (
)
inline

◆ what()

virtual const char* MiscCommon::system_error::what ( ) const
throw (
)
inlinevirtual

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