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