GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
Loading...
Searching...
No Matches
geodesk::QueryException Class Reference

Thrown if a query is malformed or cannot be fulfilled. More...

#include <QueryException.h>

Inheritance diagram for geodesk::QueryException:

Public Member Functions

 QueryException (const char *message)
 
 QueryException (const std::string &message)
 
template<typename... Args>
 QueryException (const char *message, Args... args)
 

Detailed Description

Thrown if a query is malformed or cannot be fulfilled.

Constructor & Destructor Documentation

◆ QueryException() [1/3]

geodesk::QueryException::QueryException ( const char * message)
inlineexplicit

◆ QueryException() [2/3]

geodesk::QueryException::QueryException ( const std::string & message)
inlineexplicit

◆ QueryException() [3/3]

template<typename... Args>
geodesk::QueryException::QueryException ( const char * message,
Args... args )
inlineexplicit

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