| Package | vegas.errors |
| Class | public class RuntimeError |
| Inheritance | RuntimeError Error |
| Method | Defined by | ||
|---|---|---|---|
|
RuntimeError(message:String = "", id:int = 0)
Creates a new RuntimeError instance.
| RuntimeError | ||
| RuntimeError | () | constructor |
public function RuntimeError(message:String = "", id:int = 0)Creates a new RuntimeError instance.
Parametersmessage: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.
|