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