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

Detailed Description

Custom exception for when a group cannot be found in an HDF5 file.

Definition at line 402 of file pyne.h.

#include <pyne.h>

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

Public Member Functions

 GroupNotFound ()
 
 GroupNotFound (std::string fname, std::string gname)
 
virtual const char * what () const throw ()
 
 ~GroupNotFound () throw ()
 

Constructor & Destructor Documentation

◆ GroupNotFound() [1/2]

h5wrap::GroupNotFound::GroupNotFound ( )
inline

default constructor

Definition at line 407 of file pyne.h.

◆ ~GroupNotFound()

h5wrap::GroupNotFound::~GroupNotFound ( )
throw (
)
inline

default destructor

Definition at line 410 of file pyne.h.

◆ GroupNotFound() [2/2]

h5wrap::GroupNotFound::GroupNotFound ( std::string  fname,
std::string  gname 
)
inline

constructor with the filename and the groupname

Definition at line 413 of file pyne.h.

Member Function Documentation

◆ what()

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

helpful error message that includes the filename and the groupname

Definition at line 419 of file pyne.h.


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