CYCLUS
Loading...
Searching...
No Matches
pyne::FileNotFound Class Reference

Detailed Description

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

Definition at line 218 of file pyne.h.

#include <pyne.h>

Inheritance diagram for pyne::FileNotFound:

Public Member Functions

 FileNotFound ()
 
 FileNotFound (std::string fname)
 
virtual const char * what () const throw ()
 
 ~FileNotFound () throw ()
 

Constructor & Destructor Documentation

◆ FileNotFound() [1/2]

pyne::FileNotFound::FileNotFound ( )
inline

default constructor

Definition at line 223 of file pyne.h.

◆ ~FileNotFound()

pyne::FileNotFound::~FileNotFound ( )
throw ( )
inline

default destructor

Definition at line 226 of file pyne.h.

◆ FileNotFound() [2/2]

pyne::FileNotFound::FileNotFound ( std::string fname)
inline

constructor with the filename fname.

Definition at line 229 of file pyne.h.

Member Function Documentation

◆ what()

virtual const char * pyne::FileNotFound::what ( ) const
throw ( )
inlinevirtual

Creates a helpful error message.

Definition at line 235 of file pyne.h.


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