Public Member Functions

variable_index_out_of_bounds_exception Class Reference

An exception which is thrown if a variable index is out of bounds. Similar to the C++ STL, index checks are performed on vectors using the .at() member function only. More...

#include <exception.hpp>

Public Member Functions

 variable_index_out_of_bounds_exception (long id, long vector_size)

Detailed Description

An exception which is thrown if a variable index is out of bounds. Similar to the C++ STL, index checks are performed on vectors using the .at() member function only.


Constructor & Destructor Documentation

variable_index_out_of_bounds_exception ( long  id,
long  vector_size 
) [inline]

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