Packagecom.ericfeminella.products
Classpublic class ProductFactoryTypeError
InheritanceProductFactoryTypeError Inheritance Error

ProductFactory API illegal type Error class



Public Methods
 MethodDefined by
  
ProductFactoryTypeError(classType:String = "")
ProductFactoryTypeError
Public Constants
 ConstantDefined by
  PRODUCT_TYPE_ERROR : String = "Error: Type specified is not a valid type in ProductFactory"
[static]
ProductFactoryTypeError
Constructor detail
ProductFactoryTypeError()constructor
public function ProductFactoryTypeError(classType:String = "")

Parameters
classType:String (default = "")

Throws
— PRODUCT_TYPE_ERROR
Constant detail
PRODUCT_TYPE_ERRORconstant
public static const PRODUCT_TYPE_ERROR:String = "Error: Type specified is not a valid type in ProductFactory"