Packageorg.spicefactory.lib.reflect.errors
Classpublic class ConversionError
InheritanceConversionError Inheritance NestedError Inheritance Error

Error thrown when type conversion fails.



Public Properties
 PropertyDefined By
 Inheritedcause : Error
[read-only] The cause of this Error, may be null.
NestedError
Public Methods
 MethodDefined By
  
ConversionError(message:String, cause:Error = null, id:int = 0)
Create a new instance.
ConversionError
Constructor Detail
ConversionError()Constructor
public function ConversionError(message:String, cause:Error = null, id:int = 0)

Create a new instance.

Parameters
message:String — the message associated with this error
 
cause:Error (default = null) — the cause of this Error
 
id:int (default = 0) — an optional reference number