CYCLUS
Loading...
Searching...
No Matches
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 799 of file pyne.h.

#include <pyne.h>

Inheritance diagram for pyne::nucname::NotANuclide:

Public Member Functions

 NotANuclide ()
 
 NotANuclide (int wasptr, int nowptr)
 
 NotANuclide (int wasptr, std::string nowptr)
 
 NotANuclide (std::string wasptr, int nowptr)
 
 NotANuclide (std::string wasptr, std::string 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 802 of file pyne.h.

◆ ~NotANuclide()

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

default destructor

Definition at line 805 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 810 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 818 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 826 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 834 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 841 of file pyne.h.


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