#include <RecognitionException.hpp>
Inheritance diagram for RecognitionException:
Public Methods | |
RecognitionException () | |
RecognitionException (const ANTLR_USE_NAMESPACE(std) string &s) | |
RecognitionException (const ANTLR_USE_NAMESPACE(std) string &s, const ANTLR_USE_NAMESPACE(std) string &fileName_, int line_, int column_) | |
virtual | ~RecognitionException () throw () |
virtual | ANTLR_USE_NAMESPACE (std) string getFilename() const |
Return file where mishap occurred. | |
virtual int | getLine () const |
virtual int | getColumn () const |
virtual | ANTLR_USE_NAMESPACE (std) string toString() const |
Return complete error message with line/column number info (if present). | |
virtual | ANTLR_USE_NAMESPACE (std) string getFileLineColumnString() const |
See what file/line/column info is present and return it as a string. | |
Protected Methods | |
ANTLR_USE_NAMESPACE (std) string fileName | |
Protected Attributes | |
int | line |
int | column |
|
|
|
|
|
|
|
|
|
Reimplemented from ANTLRException. Reimplemented in MismatchedTokenException. |
|
See what file/line/column info is present and return it as a string.
Reimplemented from ANTLRException. Reimplemented in MismatchedCharException, MismatchedTokenException, NoViableAltException, and NoViableAltForCharException. |
|
Return complete error message with line/column number info (if present).
Reimplemented from ANTLRException. Reimplemented in MismatchedCharException, MismatchedTokenException, NoViableAltException, and NoViableAltForCharException. |
|
Return file where mishap occurred.
Reimplemented from ANTLRException. Reimplemented in MismatchedCharException, MismatchedTokenException, NoViableAltException, and NoViableAltForCharException. |
|
|
|
|
|
|
|
|