|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecognitionException
If a parsing error is encountered, an exception which implements this RecognitionException is thrown by the Parser. This RecognitionException allows to get some contextual information about the parsing error like the parsing stack trace.
Method Summary | |
---|---|
int |
getLine()
Line where the parsing error has occurred. |
String |
getMessage()
The full parsing stack trace. |
Method Detail |
---|
int getLine()
String getMessage()
Expected :
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |