#include <mcllib/MCTimedOut.h>
Inheritance diagram for MCTimedOut:
Public Member Functions | |
MCTimedOut (const char *exStr) | |
Construct from a C-style string. | |
MCTimedOut (const MCSrcMsg &msg) | |
Construct from a source message. |
|
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.
|
|
Construct from a C-style string. In this case an MCSrcMsg is created without file and line information.
|