Itasca C++ Interface
|
This is the complete list of members for InterruptException, including all inherited members.
Exception(FormatCheck< std::type_identity_t< Args >... > s, Args &&... args) (defined in Exception) | Exception | inline |
Exception(const string &s) (defined in Exception) | Exception | inline |
Exception(string &&s) (defined in Exception) | Exception | inline |
Exception(const Exception &e) (defined in Exception) | Exception | inline |
Exception(Exception &&e) (defined in Exception) | Exception | inline |
InterruptException(bool safe, const string &state=string()) | InterruptException | inline |
operator=(const Exception &e) (defined in Exception) | Exception | inline |
operator=(Exception &&e) (defined in Exception) | Exception | inline |
setMessage(const string &s) | Exception | inline |
state() const | InterruptException | inline |
wasSafe() const | InterruptException | inline |
what() const override | Exception | inline |