| Package | org.spicefactory.lib.reflect.errors |
| Class | public class PropertyError |
| Inheritance | PropertyError NestedError Error |
| Method | Defined By | ||
|---|---|---|---|
PropertyError(message:String, cause:Error = null, id:int = 0)
Create a new instance. | PropertyError | ||
| PropertyError | () | Constructor |
public function PropertyError(message:String, cause:Error = null, id:int = 0)Create a new instance.
Parametersmessage:String — the message associated with this error
| |
cause:Error (default = null) — the cause of this Error
| |
id:int (default = 0) — an optional reference number
|