PyNE C++
Public Member Functions | List of all members
h5wrap::GroupNotFound Class Reference

Custom exception for when a group cannot be found in an HDF5 file. More...

#include <h5wrap.h>

Inheritance diagram for h5wrap::GroupNotFound:

Public Member Functions

 GroupNotFound ()
 default constructor
 
 ~GroupNotFound () throw ()
 default destructor
 
 GroupNotFound (std::string fname, std::string gname)
 constructor with the filename and the groupname
 
virtual const char * what () const throw ()
 helpful error message that includes the filename and the groupname
 

Detailed Description

Custom exception for when a group cannot be found in an HDF5 file.


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