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

Detailed Description

Custom exception for when an existing file is not in a valid HDF5 format.

Definition at line 370 of file pyne.h.

#include <pyne.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ FileNotHDF5() [1/2]

h5wrap::FileNotHDF5::FileNotHDF5 ( )
inline

default constructor

Definition at line 375 of file pyne.h.

◆ ~FileNotHDF5()

h5wrap::FileNotHDF5::~FileNotHDF5 ( )
throw (
)
inline

default destructor

Definition at line 378 of file pyne.h.

◆ FileNotHDF5() [2/2]

h5wrap::FileNotHDF5::FileNotHDF5 ( std::string  fname)
inline

constructor with the filename

Definition at line 381 of file pyne.h.

Member Function Documentation

◆ what()

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

helpful error message that includes the filename

Definition at line 387 of file pyne.h.


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