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

Custom exception for declaring a value not to be a valid reaction. More...

#include <rxname.h>

Inheritance diagram for pyne::rxname::NotAReaction:

Public Member Functions

 NotAReaction ()
 default constructor
 
 ~NotAReaction () throw ()
 default destructor
 
 NotAReaction (std::string wasptr, std::string nowptr)
 
 NotAReaction (std::string wasptr, int nowptr)
 
 NotAReaction (int wasptr, std::string nowptr)
 
 NotAReaction (int wasptr, int nowptr)
 
 NotAReaction (std::string wasptr, unsigned int nowptr)
 
 NotAReaction (unsigned int wasptr, std::string nowptr)
 
 NotAReaction (unsigned int wasptr, unsigned 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 a valid reaction.

Constructor & Destructor Documentation

◆ NotAReaction() [1/7]

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

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

◆ NotAReaction() [2/7]

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

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

◆ NotAReaction() [3/7]

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

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

◆ NotAReaction() [4/7]

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

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

◆ NotAReaction() [5/7]

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

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

◆ NotAReaction() [6/7]

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

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

◆ NotAReaction() [7/7]

pyne::rxname::NotAReaction::NotAReaction ( unsigned int  wasptr,
unsigned 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: