MISR Toolkit
1.5.1
|
#include <H5Exception.h>
Public Member Functions | |
ReferenceException (const H5std_string &func_name, const H5std_string &message=DEFAULT_MSG) | |
ReferenceException () | |
virtual | ~ReferenceException () throw () |
Public Member Functions inherited from H5::Exception | |
Exception (const H5std_string &func_name, const H5std_string &message=DEFAULT_MSG) | |
H5std_string | getMajorString (hid_t err_major_id) const |
H5std_string | getMinorString (hid_t err_minor_id) const |
H5std_string | getDetailMsg () const |
const char * | getCDetailMsg () const |
H5std_string | getFuncName () const |
const char * | getCFuncName () const |
virtual void | printError (FILE *stream=NULL) const |
Exception () | |
Exception (const Exception &orig) | |
virtual | ~Exception () throw () |
Additional Inherited Members | |
Static Public Member Functions inherited from H5::Exception | |
static void | setAutoPrint (H5E_auto2_t &func, void *client_data) |
static void | dontPrint () |
static void | getAutoPrint (H5E_auto2_t &func, void **client_data) |
static void | clearErrorStack () |
static void | walkErrorStack (H5E_direction_t direction, H5E_walk2_t func, void *client_data) |
static void | printErrorStack (FILE *stream=stderr, hid_t err_stack=H5E_DEFAULT) |
Static Protected Attributes inherited from H5::Exception | |
static const char | DEFAULT_MSG [] |
Definition at line 150 of file H5Exception.h.
H5::ReferenceException::ReferenceException | ( | const H5std_string & | func_name, |
const H5std_string & | message = DEFAULT_MSG |
||
) |
H5::ReferenceException::ReferenceException | ( | ) |
|
virtual |