|
svMultiPhysics
|
Base exception class for BC errors. More...
#include <BoundaryCondition.h>
Public Member Functions | |
| BoundaryConditionBaseException (const std::string &msg) | |
| Constructor. | |
| const char * | what () const noexcept override |
| Get error message. | |
Base exception class for BC errors.
These exceptions indicate fatal errors that should terminate the solver. They should not be caught and handled gracefully - the solver should exit.
|
inlineexplicit |
Constructor.
| msg | Error message |
|
inlineoverridenoexcept |
Get error message.