#include <mcllib/MCInterrupt.h>
Inheritance diagram for MCInterrupt:
Public Member Functions | |
MCInterrupt (const char *exStr) | |
Construct from a C-style string. | |
MCInterrupt (const mcllib::MCSrcMsg &msg) | |
Construct from a source message. |
MCInterrupt exceptions are typically generated by the IO classes. Another way in which this interrupt can occur is if a thread which is performing IO has its setInterrupt method called.
|
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.
|