Base error class for HDF5 wrapper classes. More...
#include <HDF5Error.h>
  
 Public Member Functions | |
| HDF5Error (Category c=GENERAL) | |
| The default constructor generates the message "HDF5 error".   | |
| HDF5Error (const String &message, Category c=GENERAL) | |
| Construct with given message.   | |
| ~HDF5Error () throw () | |
Base error class for HDF5 wrapper classes.
Public interface
This is the generic HDF5 exception; catching this one means catching all HDF5* exceptions. Note that you have to catch AipsError to catch all possible exceptions.
Definition at line 55 of file HDF5Error.h.
| casacore::HDF5Error::HDF5Error | ( | Category |  c = GENERAL | 
          ) | 
The default constructor generates the message "HDF5 error".
Construct with given message.
| casacore::HDF5Error::~HDF5Error | ( | ) | throw () | 
 1.6.1