Objective Systems, Inc.  
Home
About ASN.1
Products
Free Software
Documents
Services
Resources
Resellers
Customers
Careers
About Us
Contact Us
 

Google


Objective Systems, Inc.

rtxCppException.h File Reference

C++ 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.


This file was last modified on 1 Jun 2004.
XBinder, Version 1.0.0