#include <QOpenOCCI.h>
Public Member Functions | |
QOpenOCCIException (char *format,...) | |
virtual const char * | what () const throw () |
virtual | ~QOpenOCCIException () throw () |
Private Attributes | |
char | error_msg [MAX_ERROR_LEN] |
Definition at line 43 of file QOpenOCCI.h.
QOpenOCCIException::QOpenOCCIException | ( | char * | format, | |
... | ||||
) | [inline] |
Definition at line 45 of file QOpenOCCI.h.
virtual QOpenOCCIException::~QOpenOCCIException | ( | ) | throw () [inline, virtual] |
Definition at line 53 of file QOpenOCCI.h.
virtual const char* QOpenOCCIException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 52 of file QOpenOCCI.h.
char QOpenOCCIException::error_msg[MAX_ERROR_LEN] [private] |