svMultiPhysics
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BoundaryConditionBaseException Class Reference

Base exception class for BC errors. More...

#include <BoundaryCondition.h>

Inheritance diagram for BoundaryConditionBaseException:
[legend]

Public Member Functions

 BoundaryConditionBaseException (const std::string &msg)
 Constructor.
 
const char * what () const noexcept override
 Get error message.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ BoundaryConditionBaseException()

BoundaryConditionBaseException::BoundaryConditionBaseException ( const std::string &  msg)
inlineexplicit

Constructor.

Parameters
msgError message

Member Function Documentation

◆ what()

const char * BoundaryConditionBaseException::what ( ) const
inlineoverridenoexcept

Get error message.

Returns
Error message

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