libcommonc++  0.7
OutOfBoundsException Class Reference

An exception indicating that an attempted operation would result in an out-of-range array index access or a buffer overflow/underflow. More...

#include <OutOfBoundsException.h++>

Inheritance diagram for OutOfBoundsException:
Collaboration diagram for OutOfBoundsException:

Public Member Functions

 OutOfBoundsException ()
 Construct a new OutOfBoundsException. More...
 
const char * what () const throw ()
 

Detailed Description

An exception indicating that an attempted operation would result in an out-of-range array index access or a buffer overflow/underflow.

Author
Mark Lindner

Constructor & Destructor Documentation

◆ OutOfBoundsException()

Member Function Documentation

◆ what()

const char* what ( ) const
throw (
)
inline

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