|
cartobase 6.0.6
|
System exceptions memorize the value of errno. More...
#include <cartobase/exception/errno.h>


Public Member Functions | |
Data access | |
| int | thrown_errno () const |
Constructors and Destructor | |
| errno_error () | |
| Memorize the value of "errno" when thrown. | |
| virtual | ~errno_error () throw () |
| errno_error (const std::string &what_arg) | |
| For use by derived classes only! | |
| carto::errno_error::errno_error | ( | ) |
Memorize the value of "errno" when thrown.
Referenced by errno_error().
|
virtual | ||||||||||||
|
protected |
For use by derived classes only!
| what_arg | "what" string given by the derived class |
References errno_error().
| int carto::errno_error::thrown_errno | ( | ) | const |
References thrown_errno().
Referenced by thrown_errno().