| Package | vegas.errors |
| Class | public class Warning |
| Inheritance | Warning Error |
| Method | Defined by | ||
|---|---|---|---|
|
Warning(message:String = "", id:int = 0)
Creates a new Warning instance.
| Warning | ||
| Warning | () | constructor |
public function Warning(message:String = "", id:int = 0)Creates a new Warning instance.
Parametersmessage:String (default = "") — A string associated with the Warning object ; this parameter is optional.
|
|
id:int (default = 0) — A reference number to associate with the specific error message.
|