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
/
KorteException
Korte
Exception
open
class
KorteException
(
val
msg
:
String
,
val
context
:
KorteFilePosContext
)
:
RuntimeException
Members
Constructors
Korte
Exception
Link copied to clipboard
constructor
(
msg
:
String
,
context
:
KorteFilePosContext
)
Properties
cause
Link copied to clipboard
expect
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