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

A value or name given to the builder is invalid. Thrown directly for cases with no more specific subclass below (e.g. "needs at least one argument"); prefer catching a specific subclass when one applies. More...

#include <exception.hpp>

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

Public Member Functions

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

Detailed Description

A value or name given to the builder is invalid. Thrown directly for cases with no more specific subclass below (e.g. "needs at least one argument"); prefer catching a specific subclass when one applies.


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