AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AJsonTypeMismatchException Member List

This is the complete list of members for AJsonTypeMismatchException, including all inherited members.

AException() (defined in AJsonException)AJsonExceptioninline
AException(AStacktrace stacktrace) (defined in AJsonException)AJsonExceptioninline
AException(const AString &message) (defined in AJsonException)AJsonExceptioninline
AException(const AException &exception)=default (defined in AJsonException)AJsonException
AException(AException &&exception) noexcept=default (defined in AJsonException)AJsonException
AException(const AString &message, std::exception_ptr causedBy, AStacktrace stacktrace=AStacktrace::capture(2)) (defined in AJsonException)AJsonExceptioninline
AJsonTypeMismatchException(const AString &message) (defined in AJsonTypeMismatchException)AJsonTypeMismatchExceptioninline
causedBy() const noexcept (defined in AException)AExceptioninline
getMessage() const noexcept (defined in AException)AExceptioninlinevirtual
stacktrace() const noexcept (defined in AException)AExceptioninline
what() const noexcept override (defined in AException)AExceptioninline
~AException() noexcept override=default (defined in AException)AException