PyNE C++
Public Member Functions | List of all members
pyne::nucname::IndeterminateNuclideForm Class Reference

#include <nucname.h>

Inheritance diagram for pyne::nucname::IndeterminateNuclideForm:

Public Member Functions

 IndeterminateNuclideForm ()
 default constructor
 
 ~IndeterminateNuclideForm () throw ()
 default destuctor
 
 IndeterminateNuclideForm (std::string wasptr, std::string nowptr)
 
 IndeterminateNuclideForm (std::string wasptr, int nowptr)
 
 IndeterminateNuclideForm (int wasptr, std::string nowptr)
 
 IndeterminateNuclideForm (int wasptr, int nowptr)
 
virtual const char * what () const throw ()
 

Detailed Description

Custom expection for declaring that a value represents one or more nuclides in one or more namig conventions

Constructor & Destructor Documentation

◆ IndeterminateNuclideForm() [1/4]

pyne::nucname::IndeterminateNuclideForm::IndeterminateNuclideForm ( std::string  wasptr,
std::string  nowptr 
)
inline

Constructor given previous and current state of nulide name

Parameters
wasptrPrevious state, typically user input.
nowptrCurrent state, as far as PyNE could get.

◆ IndeterminateNuclideForm() [2/4]

pyne::nucname::IndeterminateNuclideForm::IndeterminateNuclideForm ( std::string  wasptr,
int  nowptr 
)
inline

Constructor given previous and current state of nulide name

Parameters
wasptrPrevious state, typically user input.
nowptrCurrent state, as far as PyNE could get.

◆ IndeterminateNuclideForm() [3/4]

pyne::nucname::IndeterminateNuclideForm::IndeterminateNuclideForm ( int  wasptr,
std::string  nowptr 
)
inline

Constructor given previous and current state of nulide name

Parameters
wasptrPrevious state, typically user input.
nowptrCurrent state, as far as PyNE could get.

◆ IndeterminateNuclideForm() [4/4]

pyne::nucname::IndeterminateNuclideForm::IndeterminateNuclideForm ( int  wasptr,
int  nowptr 
)
inline

Constructor given previous and current state of nulide name

Parameters
wasptrPrevious state, typically user input.
nowptrCurrent state, as far as PyNE could get.

Member Function Documentation

◆ what()

virtual const char* pyne::nucname::IndeterminateNuclideForm::what ( ) const
throw (
)
inlinevirtual

Generates an informational message for the exception

Returns
The error string

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