InvalidValueException
..Root.InvalidValueException
Constructs new InvalidValueException
which is thrown when an argument contains an invalid value.
Parameters: any number of String
type variables
Return value: new InvalidValueException
NativeCallable
, Callable
"abc".toInt();
5();