|
| SerializationException (std::string_view message="", ExceptionContext context=ExceptionContext(), std::string_view key="", std::string_view type="", std::string_view id="", TxElement *n=nullptr) |
|
| SerializationException (std::string_view format, fmt::format_args &&args, ExceptionContext context) |
|
template<typename... Args> |
| SerializationException (ExceptionContext context, std::string_view format, Args &&... args) |
|
virtual const std::string & | getKey () const noexcept |
|
virtual const std::string & | getType () const noexcept |
|
virtual const std::string & | getId () const noexcept |
|
virtual const SerializationExceptionData & | getData () const noexcept |
|
| Exception (std::string_view message="", ExceptionContext context=ExceptionContext()) |
|
| Exception (std::string_view format, fmt::format_args &&args, ExceptionContext context) |
|
template<typename... Args> |
| Exception (ExceptionContext context, std::string_view format, Args &&... args) |
|
virtual std::string | getMessage () const |
|
std::string | getFullMessage () const |
|
std::string | getFullMessage (size_t maxFrames) const |
|
virtual const ExceptionContext & | getContext () const |
|
const std::vector< std::string > & | getStack () const |
|
The documentation for this class was generated from the following file: