Exception specific to HighFive Group interface. More...
#include <H5Exception.hpp>
Public Member Functions | |
GroupException (const std::string &err_msg) | |
Public Member Functions inherited from HighFive::Exception | |
Exception (const std::string &err_msg) | |
hid_t | getErrMajor () const |
HDF5 library error mapper. More... | |
hid_t | getErrMinor () const |
HDF5 library error mapper. More... | |
Exception * | nextException () const |
nextException More... | |
virtual void | setErrorMsg (const std::string &errmsg) |
define the error message More... | |
const char * | what () const override throw () |
get the current exception error message More... | |
virtual | ~Exception () throw () |
Additional Inherited Members | |
Protected Attributes inherited from HighFive::Exception | |
hid_t | _err_major |
hid_t | _err_minor |
std::string | _errmsg |
details::Mem::shared_ptr< Exception > | _next |
Exception specific to HighFive Group interface.
Definition at line 122 of file H5Exception.hpp.
|
inline |
Definition at line 124 of file H5Exception.hpp.