Packagevegas.errors
Classpublic class Warning
InheritanceWarning Inheritance Error

Thrown to indicate a warning message in an application or in the source code.



Public Methods
 MethodDefined by
  
Warning(message:String = "", id:int = 0)
Creates a new Warning instance.
Warning
Constructor detail
Warning()constructor
public function Warning(message:String = "", id:int = 0)

Creates a new Warning instance.

Parameters
message: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.