HighFive 3.0.0
HighFive - Header-only C++ HDF5 interface
|
Exception specific to HighFive File interface. More...
#include <H5Exception.hpp>
Public Member Functions | |
FileException (const std::string &err_msg) | |
![]() | |
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 |