CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | List of all members
cass::DeserializeError Class Reference

Exception thrown when there is a problem with deserializing QDataStreams. More...

#include <cass_exceptions.hpp>

+ Inheritance diagram for cass::DeserializeError:
+ Collaboration diagram for cass::DeserializeError:

Public Member Functions

 DeserializeError (const std::string &message)
 explicit constructor More...
 
virtual ~DeserializeError () throw ()
 

Detailed Description

Exception thrown when there is a problem with deserializing QDataStreams.

Author
Lutz Foucar

Definition at line 56 of file cass_exceptions.hpp.

Constructor & Destructor Documentation

cass::DeserializeError::DeserializeError ( const std::string &  message)
inlineexplicit

explicit constructor

Parameters
messagethe error message

Definition at line 63 of file cass_exceptions.hpp.

virtual cass::DeserializeError::~DeserializeError ( )
throw (
)
inlinevirtual

Definition at line 69 of file cass_exceptions.hpp.


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