PyNE C++
|
Exception representing value errors of all kinds. More...
#include <utils.h>
Public Member Functions | |
ValueError () | |
default constructor | |
~ValueError () throw () | |
default destructor | |
ValueError (std::string msg) | |
constructor with the filename fname. | |
virtual const char * | what () const throw () |
Creates a helpful error message. | |
Exception representing value errors of all kinds.