![]() |
Project
|
Handling error for invalid positions in row-column space. More...
#include <GeometryBase.h>
Inherits std::exception.
Public Member Functions | |
RowColException (int row, int col) | |
Constructor, initializing the exception with invalid row-column position. | |
~RowColException () noexcept final=default | |
Destructor. | |
int | getRow () const noexcept |
Get row of the position raising the exception. | |
int | getCol () const noexcept |
Get column of the position raising the exception. | |
const char * | what () const noexcept final |
Access tp error message of the exception. | |
Handling error for invalid positions in row-column space.
Definition at line 213 of file GeometryBase.h.
Constructor, initializing the exception with invalid row-column position.
row | Row ID of the position |
col | Column ID of the position |
Definition at line 219 of file GeometryBase.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Get column of the position raising the exception.
Column ID
Definition at line 233 of file GeometryBase.h.
|
inlinenoexcept |
Get row of the position raising the exception.
Definition at line 229 of file GeometryBase.h.
|
inlinefinalnoexcept |
Access tp error message of the exception.
Definition at line 237 of file GeometryBase.h.