eckit::maths::ConvexHull::Exception struct

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

struct DimensionError
struct InputError
struct OptionError
struct PrecisionError
struct TopologyError

Public static functions

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

Constructors, destructors, conversion operators

Exception(const std::string& what, int _errorCode, const std::string& _command)

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)

Public variables

const int errorCode
const std::string& command

Function documentation

static bool eckit::maths::ConvexHull::Exception::throwing()

static void eckit::maths::ConvexHull::Exception::exceptionStack(std::ostream&, bool callStack = false)

const char* eckit::maths::ConvexHull::Exception::what() const override noexcept

bool eckit::maths::ConvexHull::Exception::retryOnServer() const virtual

bool eckit::maths::ConvexHull::Exception::retryOnClient() const virtual

bool eckit::maths::ConvexHull::Exception::terminateApplication() const virtual

const std::string& eckit::maths::ConvexHull::Exception::callStack() const

const CodeLocation& eckit::maths::ConvexHull::Exception::location() const

void eckit::maths::ConvexHull::Exception::dumpStackTrace(std::ostream& = std::cout)