CellularAutomata
Loading...
Searching...
No Matches
CellularAutomata::exception::OutOfBounds Class Reference

Accessed a value outside the bounds of matrix. More...

#include <exceptions.hpp>

Inheritance diagram for CellularAutomata::exception::OutOfBounds:

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.
 

Detailed Description

Accessed a value outside the bounds of matrix.


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