Class ErrorHandler
Defined in File error_handling.hpp
Class Documentation
-
class ErrorHandler
This handler is needed for unit testing, special debugging cases and other corner cases where we’d like to explicitly suppress the error handling.
Public Static Functions
-
static cxx::GenericRAII setTemporaryErrorHandler(const HandlerFunction &newHandler) noexcept
Protected Static Functions
-
static void reactOnErrorLevel(const ErrorLevel level, const char *errorText) noexcept
-
static cxx::GenericRAII setTemporaryErrorHandler(const HandlerFunction &newHandler) noexcept