|
HighFive 3.2.0
HighFive - Header-only C++ HDF5 interface
|
Exception specific to HighFive Attribute interface. More...
#include <H5Exception.hpp>


Public Member Functions | |
| AttributeException (const std::string &err_msg) | |
Public Member Functions inherited from HighFive::Exception | |
| Exception (const std::string &err_msg) | |
| Exception (const Exception &other)=default | |
| Exception (Exception &&other) noexcept=default | |
| Exception & | operator= (const Exception &other)=default |
| Exception & | operator= (Exception &&other) noexcept=default |
| ~Exception () noexcept override | |
| const char * | what () const noexcept override |
| 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. | |
|
inlineexplicit |