Itasca C++ Interface
|
This is the complete list of members for InterruptException, including all inherited members.
Exception(const IString &s, const FirstArg &fa, Args &&... args) (defined in Exception) | Exception | inline |
Exception(const IString &s) (defined in Exception) | Exception | inline |
Exception(IString &&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 IString &state=IString()) | InterruptException | inline |
operator=(const Exception &e) (defined in Exception) | Exception | inline |
operator=(Exception &&e) (defined in Exception) | Exception | inline |
setMessage(const IString &s) | Exception | inline |
state() const | InterruptException | inline |
wasSafe() const | InterruptException | inline |
what() const override | Exception | inline |