casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::HDF5Error Class Reference

Base error class for HDF5 wrapper classes. More...

#include <HDF5Error.h>

Inheritance diagram for casa::HDF5Error:
casa::AipsError

List of all members.

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 ()

Detailed Description

Base error class for HDF5 wrapper classes.

Intended use:

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.


Constructor & Destructor Documentation

The default constructor generates the message "HDF5 error".

casa::HDF5Error::HDF5Error ( const String message,
Category  c = GENERAL 
)

Construct with given message.


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