An element index is out of range. More...
#include <ctexceptions.h>
Public Member Functions | |
ElementRangeError (std::string func, int m, int mmax) | |
Constructor. |
An element index is out of range.
Definition at line 130 of file ctexceptions.h.
ElementRangeError | ( | std::string | func, | |
int | m, | |||
int | mmax | |||
) |
Constructor.
This class indicates an out-of-bounds index.
func | String name for the function within which the error was generated. | |
m | This is the value of the out-of-bounds index. | |
mmax | This is the maximum allowed value of the index. The minimum allowed value is assumed to be 0. |