exc_range_error Class Reference

Range error runtime exception. More...

#include <exception.h>


Detailed Description

This class derives from std::range_error.

The errors which are handled with this exception type are

Definition at line 183 of file exception.h.


Public Member Functions

 exc_range_error (const std::string &s)
 Create an exception with description provided in s.
virtual const char * what () const throw ()
 Return the error string.

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

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page