| Package | org.springextensions.actionscript.ioc |
| SVN browsing | ObjectDefinitionNotFoundError.as |
| Fisheye | ObjectDefinitionNotFoundError.as |
| Class | public class ObjectDefinitionNotFoundError |
| Inheritance | ObjectDefinitionNotFoundError 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
| Method | Defined by | ||
|---|---|---|---|
|
ObjectDefinitionNotFoundError(message:String = "")
Constructs a new
ObjectDefinitionNotFoundError instance. | ObjectDefinitionNotFoundError | ||