KFeel
Toggle table of contents
v1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KFeel
KFeel
/
ca.acendas.kfeel.api
/
FeelParseException
Feel
Parse
Exception
class
FeelParseException
(
message
:
String
,
val
expression
:
String
,
val
line
:
Int
,
val
column
:
Int
)
:
FeelException
Syntax error in FEEL expression.
Members
Constructors
Feel
Parse
Exception
Link copied to clipboard
constructor
(
message
:
String
,
expression
:
String
,
line
:
Int
,
column
:
Int
)
constructor
(
message
:
String
,
expression
:
String
,
position
:
Position
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
column
Link copied to clipboard
val
column
:
Int
expression
Link copied to clipboard
val
expression
:
String
line
Link copied to clipboard
val
line
:
Int
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
override
val
message
:
String
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?