JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Public Member Functions
joda::query::MissingParameterException Class Reference

#include <IValueProvider.h>

Inheritance diagram for joda::query::MissingParameterException:
[legend]
Collaboration diagram for joda::query::MissingParameterException:
[legend]

Public Member Functions

 MissingParameterException (unsigned int i, const std::string &name)
 
- Public Member Functions inherited from joda::query::WrongParameterCountException
 WrongParameterCountException (const std::string &name)
 
 WrongParameterCountException (unsigned int count, unsigned int expected, const std::string &name, bool min=false)
 
- Public Member Functions inherited from joda::query::WrongParameterException
 WrongParameterException (const std::string &whatStr)
 
virtual const char * what () const throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from joda::query::WrongParameterException
 WrongParameterException ()=default
 
- Protected Attributes inherited from joda::query::WrongParameterException
std::string whatStr
 

Detailed Description

Exception will be thrown if too many or too few parameters are passed to a function

Constructor & Destructor Documentation

◆ MissingParameterException()

joda::query::MissingParameterException::MissingParameterException ( unsigned int  i,
const std::string &  name 
)
inline

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