toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.template
/
KorteException
Korte
Exception
open
class
KorteException
(
val
msg
:
String
,
val
context
:
KorteFilePosContext
)
:
RuntimeException
Members
Members & Extensions
Constructors
Korte
Exception
Link copied to clipboard
constructor
(
msg
:
String
,
context
:
KorteFilePosContext
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
context
Link copied to clipboard
val
context
:
KorteFilePosContext
message
Link copied to clipboard
open
override
val
message
:
String
msg
Link copied to clipboard
val
msg
:
String
Functions
print
Stack
Trace
With
Extra
Message
Link copied to clipboard
fun
Throwable
.
printStackTraceWithExtraMessage
(
msg
:
String
)