Packageorg.as3commons.reflect.errors
Classpublic class ClassNotFoundError
InheritanceClassNotFoundError Inheritance org.as3commons.lang.ClassNotFoundError

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



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