rtxCppException.h File ReferenceC++ run-time message buffer class definition.
More...
#include "rtxsrc/rtxCommon.h"
#include "rtxsrc/rtxCppContext.h"
Go to the source code of this file.
|
Classes |
| class | OSRTLException |
| | The base exception class for the C++ run-time. More...
|
Defines |
|
#define | OSTRY try |
|
#define | OSRTLTHROW1(stat) throw OSRTLException(stat) |
|
#define | OSRTLTHROW2(ctxt, stat) throw OSRTLException(ctxt,stat) |
|
#define | OSTHROW(ex) throw (ex) |
|
#define | OSCATCH(exType, ex, body) catch (exType ex) { body; } |
Detailed Description
C++ run-time message buffer class definition.
Definition in file rtxCppException.h.
|