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
/
FeelIndexOutOfBoundsException
Feel
Index
Out
Of
Bounds
Exception
class
FeelIndexOutOfBoundsException
(
val
index
:
Int
,
val
size
:
Int
)
:
FeelEvaluationException
List index out of bounds (FEEL uses 1-based indexing).
Members
Constructors
Feel
Index
Out
Of
Bounds
Exception
Link copied to clipboard
constructor
(
index
:
Int
,
size
:
Int
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
index
Link copied to clipboard
val
index
:
Int
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
size
Link copied to clipboard
val
size
:
Int
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?