class
#include <eckit/net/TCPSocket.h>
UnknownHost
Base classes
- class eckit::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
-
UnknownHost(const std::
string&) explicit
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 eckit:: net:: TCPSocket:: UnknownHost:: throwing()
#include <eckit/exception/Exceptions.h>
static void eckit:: net:: TCPSocket:: UnknownHost:: exceptionStack(std:: ostream&,
bool callStack = false)
#include <eckit/exception/Exceptions.h>
const char* eckit:: net:: TCPSocket:: UnknownHost:: what() const override noexcept
#include <eckit/exception/Exceptions.h>
bool eckit:: net:: TCPSocket:: UnknownHost:: retryOnServer() const virtual
#include <eckit/exception/Exceptions.h>
bool eckit:: net:: TCPSocket:: UnknownHost:: retryOnClient() const virtual
#include <eckit/exception/Exceptions.h>
bool eckit:: net:: TCPSocket:: UnknownHost:: terminateApplication() const virtual
#include <eckit/exception/Exceptions.h>
const std:: string& eckit:: net:: TCPSocket:: UnknownHost:: callStack() const
#include <eckit/exception/Exceptions.h>
const CodeLocation& eckit:: net:: TCPSocket:: UnknownHost:: location() const
#include <eckit/exception/Exceptions.h>
void eckit:: net:: TCPSocket:: UnknownHost:: dumpStackTrace(std:: ostream& = std:: cout)
#include <eckit/exception/Exceptions.h>