|
AUI Framework
master
Cross-platform base for C++ UI apps
|
This is the complete list of members for ATreeModelIndex::Exception, including all inherited members.
| AException() (defined in ATreeModelIndex::Exception) | ATreeModelIndex::Exception | inline |
| AException(AStacktrace stacktrace) (defined in ATreeModelIndex::Exception) | ATreeModelIndex::Exception | inline |
| AException(const AString &message) (defined in ATreeModelIndex::Exception) | ATreeModelIndex::Exception | inline |
| AException(const AException &exception)=default (defined in ATreeModelIndex::Exception) | ATreeModelIndex::Exception | |
| AException(AException &&exception) noexcept=default (defined in ATreeModelIndex::Exception) | ATreeModelIndex::Exception | |
| AException(const AString &message, std::exception_ptr causedBy, AStacktrace stacktrace=AStacktrace::capture(2)) (defined in ATreeModelIndex::Exception) | ATreeModelIndex::Exception | inline |
| causedBy() const noexcept (defined in AException) | AException | inline |
| getMessage() const noexcept (defined in AException) | AException | inlinevirtual |
| stacktrace() const noexcept (defined in AException) | AException | inline |
| what() const noexcept override (defined in AException) | AException | inline |
| ~AException() noexcept override=default (defined in AException) | AException |