class
#include <eckit/exception/Exceptions.h>
ReadError
Base classes
- class FileError
Derived classes
- class ShortFile
Public static functions
- static auto throwing() -> bool
-
static void exceptionStack(std::
ostream&, bool callStack = false)
Constructors, destructors, conversion operators
-
ReadError(const std::
string&) -
ReadError(const std::
string&, const CodeLocation&)
Public functions
- auto what() const -> const char* override noexcept
- auto what(T... args) -> T
- auto retryOnServer() const -> bool virtual
- auto retryOnClient() const -> bool virtual
- auto terminateApplication() const -> bool virtual
-
auto callStack() const -> const std::
string& - auto location() const -> const CodeLocation&
-
void dumpStackTrace(std::
ostream& = std:: cout)