Packagecom.ericfeminella.products
Classpublic class ProductFactoryInstantiationError
InheritanceProductFactoryInstantiationError Inheritance Error

ProductFactory API illegal instantiation Error class



Public Methods
 MethodDefined by
  
ProductFactoryInstantiationError
Public Constants
 ConstantDefined by
  ILLEGAL_INSTANTIATION_ERROR : String = "Illegal instantiation of ProductFactory. You must use ProductFactory.getInstance();"
[static]
ProductFactoryInstantiationError
Constructor detail
ProductFactoryInstantiationError()constructor
public function ProductFactoryInstantiationError()


Throws
— ILLEGAL_INSTANTIATION_ERROR
Constant detail
ILLEGAL_INSTANTIATION_ERRORconstant
public static const ILLEGAL_INSTANTIATION_ERROR:String = "Illegal instantiation of ProductFactory. You must use ProductFactory.getInstance();"