Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
ReferenceException Class Reference

#include <c++/src/H5Exception.h>

+ Inheritance diagram for ReferenceException:
+ Collaboration diagram for ReferenceException:

Public Member Functions

 ReferenceException (const std::string &func_name, const std::string &message=DEFAULT_MSG)
 
 ReferenceException ()
 
virtual ~ReferenceException () override throw ()
 
- Public Member Functions inherited from Exception
 Exception (const std::string &func_name, const std::string &message=DEFAULT_MSG)
 
std::string getMajorString (hid_t err_major_id) const
 
std::string getMinorString (hid_t err_minor_id) const
 
std::string getDetailMsg () const
 
const char * getCDetailMsg () const
 
std::string getFuncName () const
 
const char * getCFuncName () const
 
 Exception ()
 
 Exception (const Exception &orig)
 
virtual ~Exception () throw ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Exception
static void setAutoPrint (H5E_auto2_t &func, void *client_data)
 
static void dontPrint ()
 
static void getAutoPrint (H5E_auto2_t &func, void **client_data)
 
static void clearErrorStack ()
 
static void walkErrorStack (H5E_direction_t direction, H5E_walk2_t func, void *client_data)
 
static void printErrorStack (FILE *stream=stderr, hid_t err_stack=H5E_DEFAULT)
 
- Static Protected Attributes inherited from Exception
static const char DEFAULT_MSG []
 

Constructor & Destructor Documentation

◆ ReferenceException() [1/2]

ReferenceException ( const std::string &  func_name,
const std::string &  message = DEFAULT_MSG 
)

◆ ReferenceException() [2/2]

◆ ~ReferenceException()

virtual ~ReferenceException ( )
throw (
)
overridevirtual

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