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
Package-level
declarations
Types
Types
Classifier
Type
Mismatch
Link copied to clipboard
class
ClassifierTypeMismatch
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
UpdaterException
Unsuccessful
Version
Request
Link copied to clipboard
class
UnsuccessfulVersionRequest
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
UpdaterException
Updater
Exception
Link copied to clipboard
open
class
UpdaterException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
The default exception for updater. Every other custom exception inherits this class.
Version
Size
Mismatch
Link copied to clipboard
class
VersionSizeMismatch
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
UpdaterException
Version
Type
Mismatch
Link copied to clipboard
class
VersionTypeMismatch
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
UpdaterException