korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-platform
/
korlibs.io.lang
/
MustOverrideException
Must
Override
Exception
class
MustOverrideException
(
str
:
String
=
"Must Override"
)
:
Exception
Exception representing a Must Override error
Members
Constructors
Must
Override
Exception
Link copied to clipboard
constructor
(
str
:
String
=
"Must Override"
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?