UnsupportedVersion

class UnsupportedVersion(val declared: String, val supported: List<String>) : MilanoBuildException

The declared version is above what the runtime implements.

Constructors

Link copied to clipboard
constructor(declared: String, supported: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard

The supported ranges as major.minor: "1.0", "2.0".

Functions

Link copied to clipboard

The error as comparable fields, used by the conformance driver.