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

Custom exception for declaring a value not to be of ambiquous reaction form. More...

#include <rxname.h>

Inheritance diagram for pyne::rxname::IndeterminateReactionForm:

Public Member Functions

 IndeterminateReactionForm ()
 default constructor
 
 ~IndeterminateReactionForm () throw ()
 default destructor
 
 IndeterminateReactionForm (std::string wasptr, std::string nowptr)
 
 IndeterminateReactionForm (std::string wasptr, int nowptr)
 
 IndeterminateReactionForm (int wasptr, std::string nowptr)
 
 IndeterminateReactionForm (int wasptr, int nowptr)
 
virtual const char * what () const throw ()
 Returns a helpful error message containing prior and current reaction state.
 

Detailed Description

Custom exception for declaring a value not to be of ambiquous reaction form.

Constructor & Destructor Documentation

◆ IndeterminateReactionForm() [1/4]

pyne::rxname::IndeterminateReactionForm::IndeterminateReactionForm ( std::string  wasptr,
std::string  nowptr 
)
inline

Constructor using original reaction (wasptr) and the eventual state that PyNE calculated (nowptr).

◆ IndeterminateReactionForm() [2/4]

pyne::rxname::IndeterminateReactionForm::IndeterminateReactionForm ( std::string  wasptr,
int  nowptr 
)
inline

Constructor using original reaction (wasptr) and the eventual state that PyNE calculated (nowptr).

◆ IndeterminateReactionForm() [3/4]

pyne::rxname::IndeterminateReactionForm::IndeterminateReactionForm ( int  wasptr,
std::string  nowptr 
)
inline

Constructor using original reaction (wasptr) and the eventual state that PyNE calculated (nowptr).

◆ IndeterminateReactionForm() [4/4]

pyne::rxname::IndeterminateReactionForm::IndeterminateReactionForm ( int  wasptr,
int  nowptr 
)
inline

Constructor using original reaction (wasptr) and the eventual state that PyNE calculated (nowptr).


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