|
AUI Framework
master
Cross-platform base for C++ UI apps
|
This is the complete list of members for ACurl::Exception, including all inherited members.
| AException() (defined in AException) | AException | inline |
| AException(AStacktrace stacktrace) (defined in AException) | AException | inline |
| AException(const AString &message) (defined in AException) | AException | inline |
| AException(const AException &exception)=default (defined in AException) | AException | |
| AException(AException &&exception) noexcept=default (defined in AException) | AException | |
| AException(const AString &message, std::exception_ptr causedBy, AStacktrace stacktrace=AStacktrace::capture(2)) (defined in AException) | AException | inline |
| AIOException() (defined in ACurl::Exception) | ACurl::Exception | inline |
| AIOException(const AString &message) (defined in ACurl::Exception) | ACurl::Exception | inline |
| causedBy() const noexcept (defined in AException) | AException | inline |
| curlStatus() const noexcept (defined in ACurl::Exception) | ACurl::Exception | inline |
| Exception(const ErrorDescription &errorDescription) (defined in ACurl::Exception) | ACurl::Exception | 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 | |
| ~AIOException()=default (defined in AIOException) | AIOException | virtual |