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

Exception thrown when there is a problem with the data. More...

#include <cass_exceptions.hpp>

+ Inheritance diagram for cass::InvalidData:
+ Collaboration diagram for cass::InvalidData:

Public Member Functions

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

Detailed Description

Exception thrown when there is a problem with the data.

Author
Lutz Foucar

Definition at line 116 of file cass_exceptions.hpp.

Constructor & Destructor Documentation

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

explicit constructor

Parameters
messagethe error message

Definition at line 123 of file cass_exceptions.hpp.

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

Definition at line 127 of file cass_exceptions.hpp.


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