Packageorg.pranaframework.ioc.factory
Classpublic class NoSuchObjectDefinitionError
InheritanceNoSuchObjectDefinitionError Inheritance Error

Error throw when an object factory cannot find an object definition for the given name.



Public Properties
 PropertyDefined by
  objectName : String
[read-only]
NoSuchObjectDefinitionError
Public Methods
 MethodDefined by
  
NoSuchObjectDefinitionError(objectName:String)
Creates a new NoSuchObjectDefinitionError object.
NoSuchObjectDefinitionError
Property detail
objectNameproperty
objectName:String  [read-only]Implementation
    public function get objectName():String
Constructor detail
NoSuchObjectDefinitionError()constructor
public function NoSuchObjectDefinitionError(objectName:String)

Creates a new NoSuchObjectDefinitionError object.

Parameters
objectName:String — the name of the object definition