CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt
/
KnownException
Known
Exception
open
class
KnownException
(
message
:
String
,
val
details
:
Widget
?
=
null
)
:
Exception
Inheritors
FriendlyException
Members
Constructors
Known
Exception
Link copied to clipboard
constructor
(
message
:
String
,
details
:
Widget
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
details
Link copied to clipboard
val
details
:
Widget
?
message
Link copied to clipboard
open
val
message
:
String
?