VersionFormatException

class VersionFormatException(message: String) : Exception

Version throws this exception when the parsing fails due to an invalid format.

Constructors

Link copied to clipboard
fun VersionFormatException(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Sources

Link copied to clipboard