Packageorg.spicefactory.lib.reflect.errors
Classpublic class PropertyError
InheritancePropertyError Inheritance NestedError Inheritance Error

Error thrown when reflectively reading or writing property values fails.



Public Properties
 PropertyDefined by
 Inheritedcause : Error
The cause of this Error, may be null.
NestedError
Public Methods
 MethodDefined by
  
PropertyError(message:String = "", cause:Error = null, id:int = 0)
Create a new instance.
PropertyError
Constructor detail
PropertyError()constructor
public function PropertyError(message:String = "", cause:Error = null, id:int = 0)

Create a new instance.

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