libspatialindex API Reference  (git-trunk)
Tools::IndexOutOfBoundsException Class Reference

#include <Tools.h>

Inheritance diagram for Tools::IndexOutOfBoundsException:
Inheritance graph
Collaboration diagram for Tools::IndexOutOfBoundsException:
Collaboration graph

Public Member Functions

 IndexOutOfBoundsException (size_t i)
 
 ~IndexOutOfBoundsException () override=default
 
std::string what () override
 
- Public Member Functions inherited from Tools::Exception
virtual ~Exception ()=default
 

Detailed Description

Definition at line 125 of file Tools.h.

Constructor & Destructor Documentation

◆ IndexOutOfBoundsException()

Tools::IndexOutOfBoundsException::IndexOutOfBoundsException ( size_t  i)

Definition at line 49 of file Tools.cc.

◆ ~IndexOutOfBoundsException()

Tools::IndexOutOfBoundsException::~IndexOutOfBoundsException ( )
overridedefault

Member Function Documentation

◆ what()

std::string Tools::IndexOutOfBoundsException::what ( )
overridevirtual

Implements Tools::Exception.

Definition at line 56 of file Tools.cc.


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