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
/
FeelTypeException
Feel
Type
Exception
class
FeelTypeException
(
val
expected
:
String
,
val
actual
:
String
,
val
value
:
Any
?
)
:
FeelEvaluationException
Type mismatch at runtime.
Members
Constructors
Feel
Type
Exception
Link copied to clipboard
constructor
(
expected
:
String
,
actual
:
String
,
value
:
Any
?
)
Properties
actual
Link copied to clipboard
val
actual
:
String
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
expected
Link copied to clipboard
val
expected
:
String
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
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
?
>
?
value
Link copied to clipboard
val
value
:
Any
?