Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

MCTimedOut Class Reference

Exception indicating that an operation timed out. More...

#include <mcllib/MCTimedOut.h>

Inheritance diagram for MCTimedOut:

MCExcept List of all members.

Public Member Functions

 MCTimedOut (const char *exStr)
 Construct from a C-style string.
 MCTimedOut (const MCSrcMsg &msg)
 Construct from a source message.

Detailed Description

Exception indicating that an operation timed out.


Constructor & Destructor Documentation

MCTimedOut const MCSrcMsg msg  ) 
 

Construct from a source message.

Source messages are messages in the library source and indicate the file and line at which the exception occured, the exception severity etc. Using MCThrow("...") will invoke this constructor with the correct MCSrcMsg containing the file and line information.

Parameters:
msg an MCSrcMsg object to obtain file and line information from and the message details.

MCTimedOut const char *  exStr  ) 
 

Construct from a C-style string.

In this case an MCSrcMsg is created without file and line information.

Parameters:
exStr the exception that has occured.


Generated on Wed Jan 12 19:05:50 2005 for MCLLIB by  doxygen 1.3.9.1