|
GridFire v0.7.1_rc2
General Purpose Nuclear Network
|
Base class for all exceptions related to solver operations. More...
#include <error_solver.h>
Private Member Functions | |
| GridFireError (std::string msg) | |
Additional Inherited Members | |
Public Member Functions inherited from gridfire::exceptions::GridFireError | |
| GridFireError (std::string msg) | |
| const char * | what () const noexcept override |
Base class for all exceptions related to solver operations.
This exception is the parent for more specific solver-related errors. Catching this type will catch any exception originating from the solver system.
|
inlineexplicitprivate |