Packageorg.granite.reflect
Classpublic class ClassNotFoundError
InheritanceClassNotFoundError Inheritance ReflectionError Inheritance Error

This error is thrown when a class cannot be found, either from its name or from a given application domain.

See also

ClassUtil.forName
Type.forName
Type.forInstance
Type.forClass


Public Methods
 MethodDefined by
  
ClassNotFoundError(message:*, id:* = 0)
ClassNotFoundError
Constructor detail
ClassNotFoundError()constructor
public function ClassNotFoundError(message:*, id:* = 0)Parameters
message:*
 
id:* (default = 0)