| Package | org.spicefactory.lib.reflect.mapping |
| Class | public class ValidationError |
| Inheritance | ValidationError NestedError Error |
| Method | Defined By | ||
|---|---|---|---|
ValidationError(message:String, cause:Error = null, id:int = 0)
Create a new instance. | ValidationError | ||
| ValidationError | () | Constructor |
public function ValidationError(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
|