Thrill  0.1
Exception Class Reference

Detailed Description

A Exception is thrown by Connection on all errors instead of returning error codes.

If ever we manage to recover from network errors, we probably have to rebuild most of the network objects anyway.

Definition at line 30 of file exception.hpp.

+ Inheritance diagram for Exception:

#include <exception.hpp>

Public Member Functions

 Exception (const std::string &what)
 
 Exception (const std::string &what, int _errno)
 

Constructor & Destructor Documentation

◆ Exception() [1/2]

Exception ( const std::string &  what)
inlineexplicit

Definition at line 33 of file exception.hpp.

◆ Exception() [2/2]

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

Definition at line 37 of file exception.hpp.


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