Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWTHRxmsg


RWTHRxmsg RWxmsg

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Package

Thread-compatible Exceptions

Header File

#include <rw/threxcept/RWTHRxmsg.h> 

Description

RWTHRxmsg is the base class for thread-compatible exceptions. A thread compatible exception possesses clone() and raise() members that allow the exception to be copied and stored so that it may be rethrown in the future. This capability allows these exceptions to be passed across thread boundaries.

Public Constructors

RWTHRxmsg(void);
RWTHRxmsg(const RWCString &msg);
RWTHRxmsg(const RWTHRxmsg &second);

Public Member Functions

virtual void
raise(void) const;
virtual RWTHRxmsg*
clone(void) const;

See Also

Exception Classes, RWTTHRCompatibleException<Exception>



Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.