| 
    Jpp
    17.0.0
    
   the software that should make you happy 
   | 
 
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 override throw () | 
| Get error message.  More... | |
Static Public Member Functions | |
| static std::ostream & | getOstream () | 
| Get output stream for conversion of exception.  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.
      
  | 
  inlineoverridevirtualinherited | |||||||||||||
      
  | 
  inlinestaticinherited | 
Get output stream for conversion of exception.
Note that the ostream is emptied before use.
Definition at line 73 of file JException.hh.
 1.8.5