|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sonar.sslr.api.RecognitionException
public class RecognitionException
This class is not intended to be instantiated or subclassed by clients.
| Constructor Summary | |
|---|---|
RecognitionException(int line,
String message)
|
|
RecognitionException(int line,
String message,
Throwable cause)
|
|
RecognitionException(LexerException e)
|
|
| Method Summary | |
|---|---|
int |
getLine()
Line where the parsing error has occurred. |
boolean |
isFatal()
Deprecated. in 1.19 |
boolean |
isToRetryWithExtendStackTrace()
Deprecated. in 1.19 |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecognitionException(LexerException e)
public RecognitionException(int line,
String message)
public RecognitionException(int line,
String message,
Throwable cause)
| Method Detail |
|---|
public int getLine()
@Deprecated public boolean isToRetryWithExtendStackTrace()
@Deprecated public boolean isFatal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||