matador::object_exception Class Reference

An serializable exception class. More...

#include <object_exception.hpp>

Inherits std::runtime_error.

Public Member Functions

 object_exception (const char *what) noexcept
 

Detailed Description

An serializable exception class.

Throws an serializable exception

Parameters
sourceThe source of the exception
whatDetailed information about the exception

This kind of exception is thrown, when an serializable dealing error occurs.

Constructor & Destructor Documentation

◆ object_exception()

matador::object_exception::object_exception ( const char *  what)
inlineexplicitnoexcept

Creates a object_exception

Parameters
whatThe message of the exception.

The documentation for this class was generated from the following file:
  • matador/object/object_exception.hpp