Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Threads Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWTHRxmsg

Module:  Threads   Package:  Thread-compatible Exceptions


RWTHRxmsg RWxmsg

Local Index

Members

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();
RWTHRxmsg(const RWCString &msg);
RWTHRxmsg(const RWTHRxmsg &second);

Public Destructor

~RWTHRxmsg();

Public Member Functions

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

See Also

Exception Classes, RWTTHRCompatibleException<Exception>



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.