#include <RM_Exception.h>
Inheritance diagram for Errno_Exception::
Public Methods | |
Errno_Exception (char *msg, int the_errno, bool allocated=true) | |
Errno_Exception (const Errno_Exception &e) | |
Errno_Exception (int the_errno) | |
virtual | ~Errno_Exception (void) |
const char* | what (void) const |
int | error (void) const |
Private Attributes | |
char* | m_msg |
int | m_error |
bool | m_allocated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|