korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-template
/
korlibs.template.util
/
KorteListReader
/
OutOfBoundsException
Out
Of
Bounds
Exception
class
OutOfBoundsException
(
val
list
:
KorteListReader
<
*
>
,
val
pos
:
Int
)
:
RuntimeException
Members
Constructors
Out
Of
Bounds
Exception
Link copied to clipboard
constructor
(
list
:
KorteListReader
<
*
>
,
pos
:
Int
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
list
Link copied to clipboard
val
list
:
KorteListReader
<
*
>
message
Link copied to clipboard
expect
open
val
message
:
String
?
pos
Link copied to clipboard
val
pos
:
Int