SPH
Public Member Functions | List of all members
SerializerException Class Reference

Exception thrown by Deserializer on failure. More...

#include <Serializer.h>

Inheritance diagram for SerializerException:

Public Member Functions

 SerializerException (const std::string &error, const Size position)
 
virtual const char * what () const noexcept override
 

Detailed Description

Exception thrown by Deserializer on failure.

Definition at line 105 of file Serializer.h.

Constructor & Destructor Documentation

◆ SerializerException()

SerializerException::SerializerException ( const std::string &  error,
const Size  position 
)
inline
Parameters
errorError message
positionPosition in the stream where the error appeared

Definition at line 112 of file Serializer.h.

Member Function Documentation

◆ what()

virtual const char* SerializerException::what ( ) const
inlineoverridevirtualnoexcept

Definition at line 117 of file Serializer.h.


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