CAPIO-CL 1.2.0
CAPIO-CL: Cross Application Programmable I/O - Coordination Language
Loading...
Searching...
No Matches
capiocl::serializer::SerializerException Class Referencefinal

Custom exception thrown when serializing an instance of Engine. More...

#include <serializer.h>

Inheritance diagram for capiocl::serializer::SerializerException:
Collaboration diagram for capiocl::serializer::SerializerException:

Public Member Functions

 SerializerException (const std::string &msg)
 Construct a new CAPIO-CL Exception.
const char * what () const noexcept override

Detailed Description

Custom exception thrown when serializing an instance of Engine.

Constructor & Destructor Documentation

◆ SerializerException()

capiocl::serializer::SerializerException::SerializerException ( const std::string & msg)
explicit

Construct a new CAPIO-CL Exception.

Parameters
msgError Message that raised this exception

Member Function Documentation

◆ what()

const char * capiocl::serializer::SerializerException::what ( ) const
inlinenodiscardoverridenoexcept

Get the description of the error causing the exception

Returns

The documentation for this class was generated from the following files: