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

Detailed Description

Custom exception for declaring a simple_xs request invalid.

Definition at line 2501 of file pyne.h.

#include <pyne.h>

Inheritance diagram for pyne::InvalidSimpleXS:
Inheritance graph
[legend]

Public Member Functions

 InvalidSimpleXS ()
 
 InvalidSimpleXS (std::string msg)
 
virtual const char * what () const throw ()
 
 ~InvalidSimpleXS () throw ()
 

Constructor & Destructor Documentation

◆ InvalidSimpleXS() [1/2]

pyne::InvalidSimpleXS::InvalidSimpleXS ( )
inline

Definition at line 2503 of file pyne.h.

◆ ~InvalidSimpleXS()

pyne::InvalidSimpleXS::~InvalidSimpleXS ( )
throw (
)
inline

Definition at line 2504 of file pyne.h.

◆ InvalidSimpleXS() [2/2]

pyne::InvalidSimpleXS::InvalidSimpleXS ( std::string  msg)
inline

Exception thrown if energy group or rxname are invalid.

Definition at line 2506 of file pyne.h.

Member Function Documentation

◆ what()

virtual const char* pyne::InvalidSimpleXS::what ( ) const
throw (
)
inlinevirtual

Exception returns the string passed when thrown.

Definition at line 2508 of file pyne.h.


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