JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches
JKQTPCSSParser::WrongNumberOfArgumentError Struct Reference

Exception for wrong number of function arguments. More...

#include <jkqtpcsstools.h>

Inheritance diagram for JKQTPCSSParser::WrongNumberOfArgumentError:
[legend]
Collaboration diagram for JKQTPCSSParser::WrongNumberOfArgumentError:
[legend]

Public Member Functions

 WrongNumberOfArgumentError (const QString &func, int numArgs, int minArgs, int maxArgs, int pos)
 
- Public Member Functions inherited from JKQTPCSSParser::GeneralError
 GeneralError (const QString &context, const QString &err, int p=-1)
 
 GeneralError (const QString &err=QString("unspecified error"), int p=-1)
 
 GeneralError (RawErrorTag_t, const QString &err, int p=-1)
 

Additional Inherited Members

- Public Attributes inherited from JKQTPCSSParser::GeneralError
QString error
 
int pos
 

Detailed Description

Exception for wrong number of function arguments.

Constructor & Destructor Documentation

◆ WrongNumberOfArgumentError()

JKQTPCSSParser::WrongNumberOfArgumentError::WrongNumberOfArgumentError ( const QString &  func,
int  numArgs,
int  minArgs,
int  maxArgs,
int  pos 
)
inline

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