InvalidValue

class InvalidValue(val name: String, val raw: String, val expectedType: String) : ArgotParseException

A converter rejected a value.

Constructors

Link copied to clipboard
constructor(name: String, raw: String, expectedType: String)

Properties

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

The command's one-line usage string, attached by the engine before the exception escapes.