public interface FEELEvent
Modifier and Type | Interface and Description |
---|---|
static class |
FEELEvent.Severity |
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
In case the event refers to the source code, returns
the character in the line of the the source code where
the event was generated or -1 if it does not refer to a
source code character.
|
int |
getLine()
In case the event refers to the source code, returns
the line in the source code where the event was generated
or -1 if it does not refer to a source code line.
|
String |
getMessage()
Returns a human readable message about the event
|
Object |
getOffendingSymbol()
In case the event refers to a symbol in the source code,
this method returns the offending symbol, as an ANTLR
CommonToken instance.
|
FEELEvent.Severity |
getSeverity()
Returns the severity of the event
|
Throwable |
getSourceException()
In case the event relates to an exception, returns
the caught Throwable
|
FEELEvent.Severity getSeverity()
String getMessage()
Throwable getSourceException()
int getLine()
int getColumn()
Object getOffendingSymbol()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.