kexi
KexiDB::ParserError Class Reference
#include <parser.h>
Detailed Description
Provides detailed i18n'ed error description about the Parser .Definition at line 42 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 144 of file parser.cpp.
| ParserError::~ParserError | ( | ) |
Member Function Documentation
| QString KexiDB::ParserError::type | ( | ) | [inline] |
| QString KexiDB::ParserError::error | ( | ) | [inline] |
| int KexiDB::ParserError::at | ( | ) | [inline] |
The documentation for this class was generated from the following files:

