Packagecom.ericfeminella.utils.introspection
Classpublic class ReflectionTypeResolveException
InheritanceReflectionTypeResolveException Inheritance Error



Public Methods
 MethodDefined by
  
ReflectionTypeResolveException(type:String, message:String)
ReflectionTypeResolveException
Public Constants
 ConstantDefined by
  MESSAGE : String = "Unable to resolve type: {0}. You must specify the fully qualified class path and class name exactly"
[static]
ReflectionTypeResolveException
Constructor detail
ReflectionTypeResolveException()constructor
public function ReflectionTypeResolveException(type:String, message:String)Parameters
type:String
 
message:String
Constant detail
MESSAGEconstant
public static const MESSAGE:String = "Unable to resolve type: {0}. You must specify the fully qualified class path and class name exactly"