h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
h5gt::DataTypeException Class Reference

Exception specific to h5gt DataType interface. More...

#include <H5Exception.hpp>

Inheritance diagram for h5gt::DataTypeException:
h5gt::Exception

Public Member Functions

 DataTypeException (const std::string &err_msg)
 
- Public Member Functions inherited from h5gt::Exception
 Exception (const std::string &err_msg)
 
const char * what () const override throw ()
 get the current exception error message
 
virtual void setErrorMsg (const std::string &errmsg)
 define the error message
 
ExceptionnextException () 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 h5gt::Exception
std::string _errmsg
 
std::shared_ptr< Exception_next
 
hid_t _err_major
 
hid_t _err_minor
 

Detailed Description

Exception specific to h5gt DataType interface.


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