Go to the source code of this file.
Macros | |
#define | printInfoMessage(a, b) (b ? infoMessage(a, b):doNothing()) |
Functions | |
void | dieWithError (std::string errorMessage) |
void | doNothing () |
void | infoMessage (std::string message, bool print=true) |
void | printError (std::string message) |
void | printWarning (std::string message) |
#define printInfoMessage | ( | a, | |
b | |||
) | (b ? infoMessage(a, b):doNothing()) |
Fehler-Handler.
Definition at line 13 of file errorhandler.hpp.
void dieWithError | ( | std::string | errorMessage | ) |
Fehler-"behandlung": Schreibe die Fehlermeldung und beende das Programm.
Definition at line 27 of file errorhandler.cpp.
void doNothing | ( | ) |
Der Name ist Programm...
Definition at line 19 of file errorhandler.cpp.
void infoMessage | ( | std::string | message, |
bool | |||
) |
Info-Text auf die Ausgabe schreiben.
Definition at line 45 of file errorhandler.cpp.
void printError | ( | std::string | message | ) |
Definition at line 87 of file errorhandler.cpp.
void printWarning | ( | std::string | message | ) |
Definition at line 69 of file errorhandler.cpp.