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