Packagevegas.errors
Classpublic class TypeMismatchError
InheritanceTypeMismatchError Inheritance Error

Exception thrown on a type mismatch when trying to set a bean property.



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

Creates a new TypeMismatchError instance.

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