Sleeping Wombat Common Library  0.50.0
swCommonLibrary
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
sw::SerializationException Class Reference

Base class for serialization exceptions. More...

#include <SerializationException.h>

Inheritance diagram for sw::SerializationException:
sw::RuntimeException sw::Exception

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
 

Detailed Description

Base class for serialization exceptions.

Contains line number and position of error or warning in deserialized content.


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