atlas::io::Exception class

Base classes

class eckit::Exception
General purpose exception Derive other exceptions from this class and implement then in the class that throws them.

Derived classes

class DataCorruption
class InvalidRecord
class NotDecodable
class WriteError

Public static functions

static auto throwing() -> bool
static void exceptionStack(std::ostream&, bool callStack = false)

Constructors, destructors, conversion operators

~Exception() override

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)

Function documentation

static bool atlas::io::Exception::throwing()

static void atlas::io::Exception::exceptionStack(std::ostream&, bool callStack = false)

atlas::io::Exception::~Exception() override

Exceptions
nothing

Destructor

const char* atlas::io::Exception::what() const override noexcept

bool atlas::io::Exception::retryOnServer() const virtual

bool atlas::io::Exception::retryOnClient() const virtual

bool atlas::io::Exception::terminateApplication() const virtual

const std::string& atlas::io::Exception::callStack() const

const CodeLocation& atlas::io::Exception::location() const

void atlas::io::Exception::dumpStackTrace(std::ostream& = std::cout)

This website is beyond its original expiry date and the content may be out of date. The site owner has been notified and may choose to extend the expiry date and remove this banner. If you have any questions about this, please visit our support portal.