|
Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
Base class for serialization exceptions. More...
#include <SerializationException.h>
Public Member Functions | |
| SerializationException (const std::string &message, FilePosition filePos) | |
| virtual std::string | ErrorMessage () const |
| Returns human readable exception message. | |
Public Member Functions inherited from sw::RuntimeException | |
| RuntimeException (const std::string &message) | |
Protected Member Functions | |
| std::string | PrintLineNumber () const |
| std::string | PrintWarning () const |
| std::string | PrintError () const |
Private Attributes | |
| FilePosition | m_filePosition |
Additional Inherited Members | |
Protected Attributes inherited from sw::RuntimeException | |
| std::string | m_errorMessage |
Base class for serialization exceptions.
Contains line number and position of error or warning in deserialized content.
1.8.9.1