Packageorg.springextensions.actionscript.ioc
SVN browsingObjectContainerError.as
FisheyeObjectContainerError.as
Classpublic class ObjectContainerError
InheritanceObjectContainerError Inheritance org.as3commons.lang.ClassNotFoundError

Most of the time this error is thrown because the required class isn't properly referenced in the application source code. Follow the documentation reference in order to read more about this problem and how to solve it.



Documentation reference: class-inclusion


Public Methods
 MethodDefined by
  
Creates a new ObjectContainerError instance.
ObjectContainerError
Constructor detail
ObjectContainerError()constructor
public function ObjectContainerError(message:*)

Creates a new ObjectContainerError instance.

Parameters
message:*