OKlibrary
0.2.1.6
|
Classes | |
class | Error |
Functions | |
const std::string | Error2string (const Error &e, MessageHandling::Sprachen L=MessageHandling::English) |
std::string | Error2string (const std::exception &e, MessageHandling::Sprachen L=MessageHandling::English) |
Variables | |
const int | AnzahlSprachen = 2 |
const char *const | Meldungen_Error [][AnzahlSprachen] |
const std::string ErrorHandling::Error2string | ( | const Error & | e, |
MessageHandling::Sprachen | L = MessageHandling::English |
||
) | [inline] |
Definition at line 80 of file ErrorHandling.hpp.
References L, M, Meldungen_Error, and ErrorHandling::Error::what().
Referenced by main(), and CgiHandling::Submission::Submission().
std::string ErrorHandling::Error2string | ( | const std::exception & | e, |
MessageHandling::Sprachen | L = MessageHandling::English |
||
) | [inline] |
Definition at line 87 of file ErrorHandling.hpp.
References L, M, and Meldungen_Error.
const int ErrorHandling::AnzahlSprachen = 2 |
Definition at line 33 of file ErrorHandling.hpp.
const char* const ErrorHandling::Meldungen_Error[][AnzahlSprachen] |
Definition at line 34 of file ErrorHandling.hpp.
Referenced by Error2string().