![]() |
Project
|
#include <ClusterFactory.h>
Inherits std::exception.
Public Member Functions | |
CellIndexRangeException (int cellIndex, int maxCellIndex) | |
Constructor defining the error. | |
~CellIndexRangeException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Provide error message. | |
int | getCellIndex () const |
Get the index of the cell raising the exception. | |
int | getMaxNumberOfCellIndexs () const |
Get the maximum number of cell indices handled by the cluster factory. | |
Definition at line 82 of file ClusterFactory.h.
|
inline |
Constructor defining the error.
cellIndex | Cell Index responsible for the exception |
maxCellIndex | Maximum number of Cell Indices handled by the ClusterFactor |
Definition at line 88 of file ClusterFactory.h.
|
finaldefaultnoexcept |
Destructor.
|
inline |
Get the index of the cell raising the exception.
Definition at line 105 of file ClusterFactory.h.
|
inline |
Get the maximum number of cell indices handled by the cluster factory.
Definition at line 109 of file ClusterFactory.h.
|
inlinefinalnoexcept |
Provide error message.
Definition at line 101 of file ClusterFactory.h.