This is the complete list of members for Pothos::ApplicationException, including all inherited members.
ApplicationException(int code=0) | Pothos::ApplicationException | |
ApplicationException(const std::string &msg, int code=0) | Pothos::ApplicationException | |
ApplicationException(const std::string &msg, const std::string &arg, int code=0) | Pothos::ApplicationException | |
ApplicationException(const std::string &msg, const Pothos::Exception &exc, int code=0) | Pothos::ApplicationException | |
ApplicationException(const ApplicationException &exc) | Pothos::ApplicationException | |
className() const | Pothos::ApplicationException | virtual |
clone() const | Pothos::ApplicationException | virtual |
code() const | Pothos::Exception | inline |
displayText() const | Pothos::Exception | |
Exception(const std::string &msg, int code=0) | Pothos::Exception | |
Exception(const std::string &msg, const std::string &arg, int code=0) | Pothos::Exception | |
Exception(const std::string &msg, const Exception &nested, int code=0) | Pothos::Exception | |
Exception(const Exception &exc) | Pothos::Exception | |
Exception(int code=0) | Pothos::Exception | protected |
extendedMessage(const std::string &arg) | Pothos::Exception | protected |
message() const | Pothos::Exception | inline |
message(const std::string &msg) | Pothos::Exception | inlineprotected |
name() const | Pothos::ApplicationException | virtual |
nested() const | Pothos::Exception | inline |
operator=(const ApplicationException &exc) | Pothos::ApplicationException | |
Pothos::Exception::operator=(const Exception &exc) | Pothos::Exception | |
rethrow() const | Pothos::ApplicationException | virtual |
what() const | Pothos::Exception | virtual |
~ApplicationException() | Pothos::ApplicationException | |
~Exception() | Pothos::Exception | |