CYCLUS
Public Member Functions | List of all members
h5wrap::PathNotFound Class Reference

Detailed Description

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

Definition at line 434 of file pyne.h.

#include <pyne.h>

Inheritance diagram for h5wrap::PathNotFound:
Inheritance graph
[legend]

Public Member Functions

 PathNotFound ()
 
 PathNotFound (std::string fname, std::string pname)
 
virtual const char * what () const throw ()
 
 ~PathNotFound () throw ()
 

Constructor & Destructor Documentation

◆ PathNotFound() [1/2]

h5wrap::PathNotFound::PathNotFound ( )
inline

default constructor

Definition at line 439 of file pyne.h.

◆ ~PathNotFound()

h5wrap::PathNotFound::~PathNotFound ( )
throw (
)
inline

default destructor

Definition at line 442 of file pyne.h.

◆ PathNotFound() [2/2]

h5wrap::PathNotFound::PathNotFound ( std::string  fname,
std::string  pname 
)
inline

constructor with the filename and the pathname

Definition at line 445 of file pyne.h.

Member Function Documentation

◆ what()

virtual const char* h5wrap::PathNotFound::what ( ) const
throw (
)
inlinevirtual

helpful error message that includes the filename and the pathname

Definition at line 452 of file pyne.h.


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