|
PyNE C++
|
#include <utils.h>
Public Member Functions | |
| FileNotFound () | |
| default constructor | |
| ~FileNotFound () throw () | |
| default destructor | |
| FileNotFound (std::string fname) | |
| constructor with the filename fname. | |
| virtual const char * | what () const throw () |
| Creates a helpful error message. | |
Custom exception to be thrown in the event that a required file is not able to be found.
1.8.13