eckit::URLException class

Base classes

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

Public static functions

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

Constructors, destructors, conversion operators

URLException(const std::string& what, int code)

Public functions

auto code() const -> int
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 eckit::URLException::throwing()

static void eckit::URLException::exceptionStack(std::ostream&, bool callStack = false)

const char* eckit::URLException::what() const override noexcept

bool eckit::URLException::retryOnServer() const virtual

bool eckit::URLException::retryOnClient() const virtual

bool eckit::URLException::terminateApplication() const virtual

const std::string& eckit::URLException::callStack() const

const CodeLocation& eckit::URLException::location() const

void eckit::URLException::dumpStackTrace(std::ostream& = std::cout)