Overview
API Versioning
Deprecated
TopLevel
Class ConversionError
Object
TopLevel.Error
ConversionError
Represents a conversion error.
API Versioned:
No longer available as of version 21.2.
Constructor Summary
ConversionError
()
Constructs the error.
ConversionError
(msg :
String
)
Constructs the error with the specified message.
Method Summary
Methods inherited from class
Error
captureStackTrace
,
toString
Methods inherited from class
Object
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
Constructor Detail
ConversionError
public
ConversionError
()
Constructs the error.
ConversionError
public
ConversionError
(msg :
String
)
Constructs the error with the specified message.
Parameters:
msg
-
the conversion error message.