Ark Server API (ASE) - Wiki
|
This is the complete list of members for Poco::Exception, including all inherited members.
_code | Poco::Exception | private |
_msg | Poco::Exception | private |
_pNested | Poco::Exception | private |
className() const noexcept | Poco::Exception | virtual |
clone() const | Poco::Exception | virtual |
code() const | Poco::Exception | inline |
displayText() const | Poco::Exception | |
Exception(const std::string &msg, int code=0) | Poco::Exception | |
Exception(const std::string &msg, const std::string &arg, int code=0) | Poco::Exception | |
Exception(const std::string &msg, const Exception &nested, int code=0) | Poco::Exception | |
Exception(const Exception &exc) | Poco::Exception | |
Exception(int code=0) | Poco::Exception | protected |
extendedMessage(const std::string &arg) | Poco::Exception | protected |
message() const | Poco::Exception | inline |
message(const std::string &msg) | Poco::Exception | inlineprotected |
name() const noexcept | Poco::Exception | virtual |
nested() const | Poco::Exception | inline |
operator=(const Exception &exc) | Poco::Exception | |
rethrow() const | Poco::Exception | virtual |
what() const noexcept | Poco::Exception | virtual |
~Exception() noexcept | Poco::Exception |