Class ConversionError

Represents a conversion error.

API Version:

No longer available as of version 21.2.

ConstructorDescription
ConversionError()Constructs the error.
ConversionError(String)Constructs the error with the specified message.

captureStackTrace, toString

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

ConversionError()

Constructs the error.


ConversionError(msg: String)

Constructs the error with the specified message.

Parameters:

  • msg - the conversion error message.