PyNE C++
|
Custom exception for when an existing file is not in a valid HDF5 format. More...
#include <h5wrap.h>
Public Member Functions | |
FileNotHDF5 () | |
default constructor | |
~FileNotHDF5 () throw () | |
default destructor | |
FileNotHDF5 (std::string fname) | |
constructor with the filename | |
virtual const char * | what () const throw () |
helpful error message that includes the filename | |
Custom exception for when an existing file is not in a valid HDF5 format.