PyNE C++
|
#include <nucname.h>
Public Member Functions | |
NotANuclide () | |
default constructor | |
~NotANuclide () throw () | |
default destructor | |
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 () |
Custom expection for declaring that a value does not follow a recognizable nuclide naming convention.
|
inline |
Constructor given previous and current state of nulide name
wasptr | Previous state, typically user input. |
nowptr | Current state, as far as PyNE could get. |
|
inline |
Constructor given previous and current state of nulide name
wasptr | Previous state, typically user input. |
nowptr | Current state, as far as PyNE could get. |
|
inline |
Constructor given previous and current state of nulide name
wasptr | Previous state, typically user input. |
nowptr | Current state, as far as PyNE could get. |
|
inline |
Constructor given previous and current state of nulide name
wasptr | Previous state, typically user input. |
nowptr | Current state, as far as PyNE could get. |
|
inlinevirtual |
Generates an informational message for the exception