![]() |
Project
|
Exception handling non-existing cell IDs. More...
#include <GeometryBase.h>
Inherits std::exception.
Public Member Functions | |
InvalidCellIDException (int cellID) | |
Constructor, setting cell ID raising the exception. | |
~InvalidCellIDException () noexcept final=default | |
Destructor. | |
int | getCellID () const noexcept |
Access to cell ID raising the exception. | |
const char * | what () const noexcept final |
Access to error message of the exception. | |
Exception handling non-existing cell IDs.
Definition at line 130 of file GeometryBase.h.
|
inline |
Constructor, setting cell ID raising the exception.
cellID | Cell ID raising the exception |
Definition at line 135 of file GeometryBase.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Access to cell ID raising the exception.
Definition at line 146 of file GeometryBase.h.
|
inlinefinalnoexcept |
Access to error message of the exception.
Definition at line 150 of file GeometryBase.h.