Equalizer
1.4.1
|
Exception being thrown when serialization cannot proceed. More...
#include <dataStreamArchiveException.h>
Public Member Functions | |
DataStreamArchiveException (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 being thrown when serialization cannot proceed.
There are several situations in which the DataStream archives may fail and hence 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 48 of file dataStreamArchiveException.h.