libgig  4.4.1
Serialization::Exception Class Reference

Will be thrown whenever an error occurs during an serialization or deserialization process. More...

#include <Serialization.h>

Public Member Functions

 Exception (String format,...)
 
 Exception (String format, va_list arg)
 
void PrintMessage ()
 Print exception message to stdout. More...
 

Public Attributes

String Message
 

Static Protected Member Functions

static String assemble (String format, va_list arg)
 

Detailed Description

Will be thrown whenever an error occurs during an serialization or deserialization process.

Definition at line 1670 of file Serialization.h.

Member Function Documentation

◆ PrintMessage()

void Serialization::Exception::PrintMessage ( )

Print exception message to stdout.

Prints the message of this Exception to the currently defined standard output (that is to the terminal console for example).

Definition at line 2657 of file Serialization.cpp.


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