Jpp
|
Exception for accessing an index in a collection that is outside of its range. More...
#include <JException.hh>
Public Member Functions | |
JIndexOutOfRange (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception for accessing an index in a collection that is outside of its range.
Definition at line 90 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 99 of file JException.hh.
|
inlinevirtualinherited |