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