PyNE C++
|
Custom exception for when a group cannot be found in an HDF5 file. More...
#include <h5wrap.h>
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 | |
Custom exception for when a group cannot be found in an HDF5 file.