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

Creates an exception describing an invalid value conversion.

Parameters
  • message Description of the invalid value. ``` error = BadValueException("Invalid Int value") println(error.message) ```