libspatialindex API Reference  (git-trunk)
SpatialIndex::InvalidPageException Class Reference

#include <SpatialIndex.h>

Inheritance diagram for SpatialIndex::InvalidPageException:
Inheritance graph
Collaboration diagram for SpatialIndex::InvalidPageException:
Collaboration graph

Public Member Functions

 InvalidPageException (id_type id)
 
 ~InvalidPageException () override=default
 
std::string what () override
 
- Public Member Functions inherited from Tools::Exception
virtual ~Exception ()=default
 

Detailed Description

Definition at line 53 of file SpatialIndex.h.

Constructor & Destructor Documentation

◆ InvalidPageException()

SpatialIndex::InvalidPageException::InvalidPageException ( id_type  id)

Definition at line 33 of file SpatialIndexImpl.cc.

◆ ~InvalidPageException()

SpatialIndex::InvalidPageException::~InvalidPageException ( )
overridedefault

Member Function Documentation

◆ what()

std::string SpatialIndex::InvalidPageException::what ( )
overridevirtual

Implements Tools::Exception.

Definition at line 40 of file SpatialIndexImpl.cc.

Referenced by SpatialIndex::TPRTree::TPRTree::flush(), SpatialIndex::RTree::RTree::flush(), and SpatialIndex::MVRTree::MVRTree::flush().

Here is the caller graph for this function:

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