CYCLUS
Public Member Functions | List of all members
pyne::nucname::NotANuclide Class Reference

Detailed Description

Custom expection for declaring that a value does not follow a recognizable nuclide naming convention.

Definition at line 869 of file pyne.h.

#include <pyne.h>

Inheritance diagram for pyne::nucname::NotANuclide:
Inheritance graph
[legend]

Public Member Functions

 NotANuclide ()
 
 NotANuclide (std::string wasptr, std::string nowptr)
 
 NotANuclide (std::string wasptr, int nowptr)
 
 NotANuclide (int wasptr, std::string nowptr)
 
 NotANuclide (int wasptr, int nowptr)
 
virtual const char * what () const throw ()
 
 ~NotANuclide () throw ()
 

Constructor & Destructor Documentation

◆ NotANuclide() [1/5]

pyne::nucname::NotANuclide::NotANuclide ( )
inline

default constructor

Definition at line 873 of file pyne.h.

◆ ~NotANuclide()

pyne::nucname::NotANuclide::~NotANuclide ( )
throw (
)
inline

default destructor

Definition at line 876 of file pyne.h.

◆ NotANuclide() [2/5]

pyne::nucname::NotANuclide::NotANuclide ( 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.

Definition at line 881 of file pyne.h.

◆ NotANuclide() [3/5]

pyne::nucname::NotANuclide::NotANuclide ( 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.

Definition at line 890 of file pyne.h.

◆ NotANuclide() [4/5]

pyne::nucname::NotANuclide::NotANuclide ( 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.

Definition at line 899 of file pyne.h.

◆ NotANuclide() [5/5]

pyne::nucname::NotANuclide::NotANuclide ( 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.

Definition at line 908 of file pyne.h.

Member Function Documentation

◆ what()

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

Generates an informational message for the exception.

Returns
The error string

Definition at line 916 of file pyne.h.


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