Packagevegas.errors
Classpublic class RuntimeError
InheritanceRuntimeError Inheritance Error

Thrown when an error is invoked at runtime.



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

Creates a new RuntimeError instance.

Parameters
message:String (default = "") — A string associated with the RuntimeError object ; this parameter is optional.
 
id:int (default = 0) — A reference number to associate with the specific error message.