#include <poller_util.h>
Inheritance diagram for fpoller::exception::
Public Methods | |
exception (const char *where, const char *what) | |
exception (const char *where, int errnum) | |
const char * | what () const throw () |
const char * | where () const |
int | which () const |
Definition at line 132 of file poller_util.h.
|
Accepts a const char * indicating context in which thrown (where), and one specifying nature of exceptional circumstance (what). Definition at line 138 of file poller_util.h. |
|
Accepts a const char * indicating context in which thrown (where), and an int assumed to be meaningful as a POSIX errno. Definition at line 141 of file poller_util.h. |
|
Returns const char * which indicates the nature of the exceptional condition. Definition at line 143 of file poller_util.h. |
|
Returns const char * which represents the context in which the exception was thrown. Definition at line 145 of file poller_util.h. |
|
Returns a POSIX errno value, if one was associated with the exception. Definition at line 147 of file poller_util.h. |