Package-level declarations

Types

Link copied to clipboard
class ClassifierTypeMismatch(message: String, cause: Throwable? = null) : UpdaterException
Link copied to clipboard
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.

Link copied to clipboard
class VersionSizeMismatch(message: String, cause: Throwable? = null) : UpdaterException
Link copied to clipboard
class VersionTypeMismatch(message: String, cause: Throwable? = null) : UpdaterException