|
CellularAutomata
|
Accessed a value outside the bounds of matrix. More...
#include <exceptions.hpp>
Public Member Functions | |
| OutOfBounds () | |
| Default message containing OutOfBounds | |
| OutOfBounds (std::string message) | |
| Message containing OutOfBounds and appended custom message. | |
| OutOfBounds (const char *message) | |
| Message containing OutOfBounds and appended custom message. | |
| const char * | what () const noexcept override |
| Override for virtual std::exception. | |
Accessed a value outside the bounds of matrix.