kexi
KexiDB::ParserError Class Reference
#include <parser.h>
Detailed Description
class which contains detailed i18n'ed error description
Definition at line 41 of file parser.h.
Public Member Functions | |
ParserError () | |
ParserError (const QString &type, const QString &error, const QString &hint, int at) | |
~ParserError () | |
QString | type () |
QString | error () |
int | at () |
Constructor & Destructor Documentation
ParserError::ParserError | ( | ) |
ParserError::ParserError | ( | const QString & | type, | |
const QString & | error, | |||
const QString & | hint, | |||
int | at | |||
) |
Constructor.
- Parameters:
-
type The errortype. error A description of the error. hint Token where the error happend. at The position where the error happend.
Definition at line 138 of file parser.cpp.
ParserError::~ParserError | ( | ) |
Member Function Documentation
int KexiDB::ParserError::at | ( | ) | [inline] |
QString KexiDB::ParserError::error | ( | ) | [inline] |
QString KexiDB::ParserError::type | ( | ) | [inline] |
The documentation for this class was generated from the following files: