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

#include <AUI/Json/Exception.h>

Public Member Functions

 AJsonTypeMismatchException (const AString &message)
 
- Public Member Functions inherited from AJsonException
 AException ()
 
 AException (AStacktrace stacktrace)
 
 AException (const AString &message)
 
 AException (const AException &exception)=default
 
 AException (AException &&exception) noexcept=default
 
 AException (const AString &message, std::exception_ptr causedBy, AStacktrace stacktrace=AStacktrace::capture(2))
 
- Public Member Functions inherited from AException
 AException (AStacktrace stacktrace)
 
 AException (const AString &message)
 
 AException (const AException &exception)=default
 
 AException (AException &&exception) noexcept=default
 
 AException (const AString &message, std::exception_ptr causedBy, AStacktrace stacktrace=AStacktrace::capture(2))
 
virtual AString getMessage () const noexcept
 
const char * what () const noexcept override
 
const AStacktracestacktrace () const noexcept
 
const std::exception_ptr & causedBy () const noexcept
 

Detailed Description

Thrown when type mismatch occurred


The documentation for this class was generated from the following file:
Inheritance diagram for AJsonTypeMismatchException:
Collaboration diagram for AJsonTypeMismatchException: