Packageorg.springextensions.actionscript.errors
Classpublic class ClassNotFoundError
InheritanceClassNotFoundError Inheritance Error

Thrown when an application tries to retrieve a class by its name and the corresponding class could not be found.

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



Public Methods
 MethodDefined by
  
ClassNotFoundError(message:String = "")
Creates a new ClassNotFoundError object.
ClassNotFoundError
Constructor detail
ClassNotFoundError()constructor
public function ClassNotFoundError(message:String = "")

Creates a new ClassNotFoundError object.

Parameters
message:String (default = "")