#include <Exception.h>

Public Member Functions | |
| Exception (void) | |
| Exception (ExceptionMsg m, ExceptionStatus s=E_NORM) | |
| Exception (const Exception &e) | |
| virtual void | print_msg (void) const |
| const ExceptionMsg & | msg (void) const |
| ExceptionMsg & | msg (void) |
| ExceptionStatus | status (void) |
Private Attributes | |
| ExceptionMsg | _msg |
| ExceptionStatus | _status |
| QDOS::Exception::Exception | ( | void | ) | [inline] |
| QDOS::Exception::Exception | ( | ExceptionMsg | m, | |
| ExceptionStatus | s = E_NORM | |||
| ) | [inline] |
| QDOS::Exception::Exception | ( | const Exception & | e | ) | [inline] |
| ExceptionMsg& QDOS::Exception::msg | ( | void | ) | [inline] |
| const ExceptionMsg& QDOS::Exception::msg | ( | void | ) | const [inline] |
| virtual void QDOS::Exception::print_msg | ( | void | ) | const [inline, virtual] |
| ExceptionStatus QDOS::Exception::status | ( | void | ) | [inline] |
ExceptionMsg QDOS::Exception::_msg [private] |
ExceptionStatus QDOS::Exception::_status [private] |
1.5.7