CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt
/
FriendlyException
Friendly
Exception
open
class
FriendlyException
(
message
:
String
)
:
KnownException
Inheritors
FetchException
ParseException
ExtractException
Members
Constructors
Friendly
Exception
Link copied to clipboard
constructor
(
message
:
String
)
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
?