klyn.BadValueException.BadValueException
constructor
public BadValueException(message as String = "Bad value"):
Description

Creates an exception describing an invalid value conversion.

Parameters
ParameterDescription
messageDescription of the invalid value.
Example
error = BadValueException("Invalid Int value")
println(error.message)