PyNE C++
Public Member Functions | List of all members
pyne::FileNotFound Class Reference

#include <utils.h>

Inheritance diagram for pyne::FileNotFound:

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.
 

Detailed Description

Custom exception to be thrown in the event that a required file is not able to be found.


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