hops
Public Member Functions | List of all members
HighFive::ObjectException Class Reference

Exception specific to HighFive Object interface. More...

#include <H5Exception.hpp>

Inheritance diagram for HighFive::ObjectException:
Inheritance graph
Collaboration diagram for HighFive::ObjectException:
Collaboration graph

Public Member Functions

 ObjectException (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 More...
 
virtual void setErrorMsg (const std::string &errmsg)
 define the error message More...
 
ExceptionnextException () const
 nextException More...
 
hid_t getErrMajor () const
 HDF5 library error mapper. More...
 
hid_t getErrMinor () const
 HDF5 library error mapper. More...
 

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
 

Detailed Description

Exception specific to HighFive Object interface.

Constructor & Destructor Documentation

◆ ObjectException()

HighFive::ObjectException::ObjectException ( const std::string err_msg)
inline

The documentation for this class was generated from the following file: