Packageorg.pranaframework.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.



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 = "")