Table grammar error; invalid table command. More...
#include <TableError.h>
Public Member Functions | |
TableGramError (int pos, const String &token, Category c=INVALID_ARGUMENT) | |
This constructor generates a message containing the table command. | |
~TableGramError () throw () | |
int | pos () const |
Get error position or token. | |
const String & | token () const |
Private Attributes | |
int | itsPos |
String | itsToken |
Table grammar error; invalid table command.
Public interface
The parser in TableGram/TableParse found an error in the given table command.
Definition at line 521 of file TableError.h.
casacore::TableGramError::TableGramError | ( | int | pos, | |
const String & | token, | |||
Category | c = INVALID_ARGUMENT | |||
) |
This constructor generates a message containing the table command.
casacore::TableGramError::~TableGramError | ( | ) | throw () |
int casacore::TableGramError::pos | ( | ) | const [inline] |
const String& casacore::TableGramError::token | ( | ) | const [inline] |
Definition at line 530 of file TableError.h.
References itsToken.
int casacore::TableGramError::itsPos [private] |
Definition at line 533 of file TableError.h.
Referenced by pos().
String casacore::TableGramError::itsToken [private] |
Definition at line 534 of file TableError.h.
Referenced by token().