Thrill  0.1
ErrnoException Class Reference

Detailed Description

An Exception which is thrown on system errors and contains errno information.

Definition at line 36 of file system_exception.hpp.

+ Inheritance diagram for ErrnoException:
+ Collaboration diagram for ErrnoException:

#include <system_exception.hpp>

Public Member Functions

 ErrnoException (const std::string &what, int _errno)
 
 ErrnoException (const std::string &what)
 
- Public Member Functions inherited from SystemException
 SystemException (const std::string &what)
 

Constructor & Destructor Documentation

◆ ErrnoException() [1/2]

ErrnoException ( const std::string &  what,
int  _errno 
)
inline

Definition at line 39 of file system_exception.hpp.

◆ ErrnoException() [2/2]

ErrnoException ( const std::string &  what)
inlineexplicit

Definition at line 44 of file system_exception.hpp.


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