Exceptions#

Exception#

struct Exception : public std::exception#

Base.

Subclassed by roq::LogicError, roq::RuntimeError

RuntimeError#

struct RuntimeError : public roq::Exception#

Runtime error.

Subclassed by roq::BadState, roq::Fatal, roq::FileDoesNotExist, roq::NetworkError, roq::NotImplemented, roq::NotReady, roq::NotSupported, roq::OverflowError, roq::RangeError, roq::SystemError

Fatal#

struct Fatal : public roq::RuntimeError#

Fatal.

FileDoesNotExist#

struct FileDoesNotExist : public roq::RuntimeError#

File does not exist.