IronQuery
A SQL-first query builder for C++
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iron_query::LogicError Class Reference

The builder was used incorrectly: a clause was set twice, a required clause is missing, or methods were called out of order. Programmer error, not bad input data. More...

#include <exception.hpp>

Inheritance diagram for iron_query::LogicError:
Inheritance graph
[legend]
Collaboration diagram for iron_query::LogicError:
Collaboration graph
[legend]

Public Member Functions

 LogicError (const std::string &what)
 Prepends "iron_query: " to what.
 

Detailed Description

The builder was used incorrectly: a clause was set twice, a required clause is missing, or methods were called out of order. Programmer error, not bad input data.


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