Definition at line 49 of file uxerr.hpp.
Public Member Functions | |
| Error (int c=0, EC_ERRTYPE t=EC_ERRNO) | |
| void | set (int c, EC_ERRTYPE t=EC_ERRNO) |
| EC_ERRTYPE | get_type (void) const |
| int | get_code (void) const |
| operator int () const | |
| operator const char * () const | |
| virtual const char * | what () const throw () |
Protected Attributes | |
| EC_ERRTYPE | e_type |
| int | e_code |
| char | str [50] |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 60 of file uxerr.hpp. References EC_ERRTYPE. |
|
|
Definition at line 66 of file uxerr.hpp. References what(). |
|
|
|
|
||||||||||||
|
|
|
|
Required what function for subclasses of exception. Definition at line 38 of file uxerr.cpp. References EC_EAI, EC_ERRNO, EC_GETDATE, gai_strerror(), and getdate_strerror(). Referenced by operator const char *(). |
|
|
|
|
|
|
|
|
|
1.3.1