#include <OutOfRangeException.hh>
Inheritance diagram for rovsoft::lib::OutOfRangeException:
Public Member Functions | |
OutOfRangeException (const std::string &mess="", lib::ThrowablePtr cause=0) | |
virtual void | toStream (std::ostream &out) const |
The same as toString, but writes to a stream. |
Thrown when the index of for excample a vector is larger then its size.
|
|
|
The same as toString, but writes to a stream.
Reimplemented from rovsoft::lib::Exception. Here is the call graph for this function: ![]() |