toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.template.util
/
KorteListReader
/
OutOfBoundsException
Out
Of
Bounds
Exception
class
OutOfBoundsException
(
val
list
:
KorteListReader
<
*
>
,
val
pos
:
Int
)
:
RuntimeException
Members
Members & Extensions
Constructors
Out
Of
Bounds
Exception
Link copied to clipboard
constructor
(
list
:
KorteListReader
<
*
>
,
pos
:
Int
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
list
Link copied to clipboard
val
list
:
KorteListReader
<
*
>
message
Link copied to clipboard
open
val
message
:
String
?
pos
Link copied to clipboard
val
pos
:
Int
Functions
print
Stack
Trace
With
Extra
Message
Link copied to clipboard
fun
Throwable
.
printStackTraceWithExtraMessage
(
msg
:
String
)