BoostSerializationException Class Reference
Exception thrown when the serialization fails.
More...
#include <PersistenceException.h>
List of all members.
|
Public Member Functions |
|
| BoostSerializationException (string msg, string sourcefilename, int sourceline) |
| | for the initial instance for wrapping boost::archive:: archive_exception
|
|
| BoostSerializationException (string msg, string extra_msg, string sourcefilename, int sourceline) |
| | Include an extra message along with the default message and location.
|
|
| BoostSerializationException (BoostSerializationException *cause, string sourcefilename, int sourceline) |
| | Pass along the exception itself and the throw locdation.
|
|
| BoostSerializationException (BoostSerializationException *cause, string extra_msg, string sourcefilename, int sourceline) |
| | Pass along the exception itself, a message, and the throw locdation.
|
|
| ~BoostSerializationException () |
| | Destructor.
|
|
void | print (std::ostream &o) |
| | Print the serialization traceback.
|
Detailed Description
Exception thrown when the serialization fails.
The documentation for this class was generated from the following file: