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