Packageorg.springextensions.actionscript.ioc
SVN browsingObjectDefinitionNotFoundError.as
FisheyeObjectDefinitionNotFoundError.as
Classpublic class ObjectDefinitionNotFoundError
InheritanceObjectDefinitionNotFoundError Inheritance Error

This error is thrown by the AbstractObjectFactory when the given name for an IObjectDefinition could not be found in the configuration while the getObject() method is invoked.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1

See also

AbstractObjectFactory.getObject()


Public Methods
 MethodDefined by
  
ObjectDefinitionNotFoundError(message:String = "")
Constructs a new ObjectDefinitionNotFoundError instance.
ObjectDefinitionNotFoundError
Constructor detail
ObjectDefinitionNotFoundError()constructor
public function ObjectDefinitionNotFoundError(message:String = "")

Constructs a new ObjectDefinitionNotFoundError instance.

Parameters
message:String (default = "")