casa
$Rev:20696$
|
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
<h3>Synopsis</h3> 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.
The default constructor generates the message "HDF5 error".
casa::HDF5Error::HDF5Error | ( | const String & | message, |
Category | c = GENERAL |
||
) |
Construct with given message.
casa::HDF5Error::~HDF5Error | ( | ) | throw () |