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

#include <Tools.h>

Inheritance diagram for Tools::NotSupportedException:
Inheritance graph
Collaboration diagram for Tools::NotSupportedException:
Collaboration graph

Public Member Functions

 NotSupportedException (std::string s)
 
 ~NotSupportedException () override=default
 
std::string what () override
 
- Public Member Functions inherited from Tools::Exception
virtual ~Exception ()=default
 

Detailed Description

Definition at line 180 of file Tools.h.

Constructor & Destructor Documentation

◆ NotSupportedException()

Tools::NotSupportedException::NotSupportedException ( std::string  s)

Definition at line 97 of file Tools.cc.

Referenced by Tools::PropertySet::getByteArraySize(), and Tools::PropertySet::storeToByteArray().

Here is the caller graph for this function:

◆ ~NotSupportedException()

Tools::NotSupportedException::~NotSupportedException ( )
overridedefault

Member Function Documentation

◆ what()

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

Implements Tools::Exception.

Definition at line 101 of file Tools.cc.

References Tools::Variant::Variant().

Here is the call graph for this function:

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