public class SyntaxErrorEvent extends FEELEventBase implements org.kie.dmn.api.feel.runtime.events.FEELEvent
| Constructor and Description |
|---|
SyntaxErrorEvent(org.kie.dmn.api.feel.runtime.events.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, getSourceExceptionpublic int getLine()
public int getColumn()
public Object getOffendingSymbol()
public String toString()
toString in class FEELEventBaseCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.