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

Exception thrown when there is an error with the dataset. More...

#include <hdf5_handle.hpp>

+ Inheritance diagram for hdf5::DatasetError:
+ Collaboration diagram for hdf5::DatasetError:

Public Member Functions

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

Detailed Description

Exception thrown when there is an error with the dataset.

Author
Lutz Foucar

Definition at line 28 of file hdf5_handle.hpp.

Constructor & Destructor Documentation

hdf5::DatasetError::DatasetError ( const std::string &  message)
inlineexplicit

explicit constructor

Parameters
messagethe error message

Definition at line 35 of file hdf5_handle.hpp.

virtual hdf5::DatasetError::~DatasetError ( )
throw (
)
inlinevirtual

Definition at line 39 of file hdf5_handle.hpp.


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