HighFive 2.10.0
HighFive - Header-only C++ HDF5 interface
|
Exception specific to HighFive Property interface. More...
#include <H5Exception.hpp>
Public Member Functions | |
PropertyException (const std::string &err_msg) | |
Public Member Functions inherited from HighFive::Exception | |
Exception (const std::string &err_msg) | |
virtual | ~Exception () throw () |
const char * | what () const override throw () |
get the current exception error message | |
virtual void | setErrorMsg (const std::string &errmsg) |
define the error message | |
Exception * | nextException () const |
nextException | |
hid_t | getErrMajor () const |
HDF5 library error mapper. | |
hid_t | getErrMinor () const |
HDF5 library error mapper. | |
Additional Inherited Members | |
Protected Attributes inherited from HighFive::Exception | |
std::string | _errmsg |
std::shared_ptr< Exception > | _next |
hid_t | _err_major |
hid_t | _err_minor |
|
inline |