#include <exception.h>
Klassendiagramm für Exception:
Öffentliche Datenelemente | |
Exception () | |
Default-Konstruktor. | |
Exception (string msg) | |
Exception-Konstruktor. | |
const char * | getMsg () |
Gibt die Fehlermeldung zur Ausname zurück. | |
Geschützte Attribute | |
string | message |
Fehlertext. |
|
Exception-Konstruktor.
|
|
Gibt die Fehlermeldung zur Ausname zurück.
|