public class SyntaxErrorEvent extends FEELEventBase implements FEELEvent
FEELEvent.Severity| Constructor and Description |
|---|
SyntaxErrorEvent(FEELEvent.Severity severity,
String msg,
org.antlr.v4.runtime.RecognitionException e,
int line,
int charPositionInLine,
Object offendingSymbol) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
Object |
getOffendingSymbol() |
String |
toString() |
getMessage, getSeverity, getSourceExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessage, getSeverity, getSourceExceptionpublic SyntaxErrorEvent(FEELEvent.Severity severity, String msg, org.antlr.v4.runtime.RecognitionException e, int line, int charPositionInLine, Object offendingSymbol)
public int getLine()
public int getColumn()
public Object getOffendingSymbol()
public String toString()
toString in class FEELEventBaseCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.