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
/
FeelOperationException
Feel
Operation
Exception
class
FeelOperationException
(
val
operation
:
String
,
val
leftType
:
String
,
val
rightType
:
String
)
:
FeelEvaluationException
Invalid operation on types.
Members
Constructors
Feel
Operation
Exception
Link copied to clipboard
constructor
(
operation
:
String
,
leftType
:
String
,
rightType
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
left
Type
Link copied to clipboard
val
leftType
:
String
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
operation
Link copied to clipboard
val
operation
:
String
right
Type
Link copied to clipboard
val
rightType
:
String
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?