23 #ifndef __ccxx_OutOfBoundsException_hxx 24 #define __ccxx_OutOfBoundsException_hxx 45 inline const char*
what()
const throw()
46 {
return(
"index out of bounds"); }
52 #endif // __ccxx_OutOfBoundsException_hxx
const char * what() const
Definition: OutOfBoundsException.h++:45
An exception indicating that an attempted operation would result in an out-of-range array index acces...
Definition: OutOfBoundsException.h++:38
#define COMMONCPP_API
Definition: Common.h++:126
Definition: AllocationMap.c++:25