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

Custom exception for when a path is not found in an HDF5 file. More...

#include <h5wrap.h>

Inheritance diagram for h5wrap::PathNotFound:

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
 

Detailed Description

Custom exception for when a path is not found in an HDF5 file.


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