HDF5 1.14.5
API Reference
|
#include <c++/src/H5Exception.h>
Public Member Functions | |
PropListIException (const std::string &func_name, const std::string &message=DEFAULT_MSG) | |
PropListIException () | |
virtual | ~PropListIException () override=default |
Public Member Functions inherited from Exception | |
Exception (const std::string &func_name, const std::string &message=DEFAULT_MSG) | |
std::string | getMajorString (hid_t err_major_id) const |
std::string | getMinorString (hid_t err_minor_id) const |
std::string | getDetailMsg () const |
const char * | getCDetailMsg () const |
std::string | getFuncName () const |
const char * | getCFuncName () const |
Exception () | |
Exception (const Exception &orig) | |
virtual | ~Exception ()=default |
Additional Inherited Members | |
Static Public Member Functions inherited from 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 Exception | |
static const char | DEFAULT_MSG [] |
PropListIException | ( | const std::string & | func_name, |
const std::string & | message = DEFAULT_MSG |
||
) |
|
overridevirtualdefault |