#include <errors.h>
Inheritance diagram for ASCmsgException:

Public Member Functions | |
| ASCmsgException (const ASCString &msg) | |
| const ASCString & | getMessage (void) const |
| virtual | ~ASCmsgException () |
Protected Attributes | |
| ASCString | message |
Definition at line 37 of file errors.h.
| ASCmsgException::ASCmsgException | ( | const ASCString & | msg | ) | [inline] |
| virtual ASCmsgException::~ASCmsgException | ( | ) | [inline, virtual] |
| const ASCString& ASCmsgException::getMessage | ( | void | ) | const [inline] |
Definition at line 42 of file errors.h.
References message.
Referenced by CargoDialog::CargoDialog(), execaction_pg(), Reinforcements::execute(), gamethread(), loadreplay(), loadStartupMap(), main(), mapeditorMainThread(), mapLoadingExceptionChecker(), readClipboard(), readgameoptions(), runTester(), ASCGUI_Window::setup(), transformMap(), and UnitInfoDialog::UnitInfoDialog().
ASCString ASCmsgException::message [protected] |
Definition at line 39 of file errors.h.
Referenced by getMessage(), InvalidID::InvalidID(), and StreamCompressionError::StreamCompressionError().
1.5.1