Updater
Toggle table of contents
0.1.0-rc3
jvm
Platform filter
jvm
Switch theme
Search in API
Updater
Updater
/
io.github.vxrpenter.updater.exceptions
/
UpdaterException
Updater
Exception
open
class
UpdaterException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
The default exception for updater. Every other custom exception inherits this class.
Inheritors
ClassifierTypeMismatch
UnsuccessfulVersionRequest
VersionSizeMismatch
VersionTypeMismatch
Members
Constructors
Updater
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?