Collage
1.5.0
High-performance C++ library for developing object-oriented distributed applications.
|
Exception thrown when serialization cannot proceed. More...
#include <dataStreamArchiveException.h>
Public Member Functions | |
DataStreamArchiveException (const signed char invalid_size) | |
type size is not large enough for deserialized number | |
DataStreamArchiveException () | |
negative number in unsigned type | |
template<typename T > | |
DataStreamArchiveException (const T &abnormal) | |
serialization of inf, nan and denormals | |
const char * | what () const throw () |
override the base class function with our message | |
Exception thrown when serialization cannot proceed.
There are several situations in which the DataStream archives may fail and throw an exception:
Note that this exception will also be thrown if you mixed up your stream position and accidentially interpret some value for size data (in this case the reported size will be totally amiss most of the time).
Definition at line 49 of file dataStreamArchiveException.h.