![]() |
JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#include <IValueProvider.h>
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 |
Exception will be thrown if too many or too few parameters are passed to a function
|
inline |