| 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 (default = "") — the message associated with this error
|
|
cause:Error (default = null) — the cause of this Error
|
|
id:int (default = 0) — an optional reference number
|