libgig
4.4.1
|
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) |
Will be thrown whenever an error occurs during an serialization or deserialization process.
Definition at line 1670 of file Serialization.h.
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.