#include <mcllib/MCExcept.h>
Inheritance diagram for MCExceptFatal:
Public Member Functions | |
MCExceptFatal (const char *exStr) | |
Construct from a C-style string. | |
MCExceptFatal (const MCSrcMsg &msg) | |
Construct from a source message. | |
virtual | ~MCExceptFatal () throw () |
Virtual destructor from std::exception. | |
Protected Member Functions | |
MCExceptFatal () | |
Construct a fatal exception with no message. |
Fatal exceptions are generated in very rare circumstances as described in the individual method documentation of other classes.
|
Construct from a source message. Source messages are messages in the library source and indicate the file and line at which the exception occured. |