Package | com.ericfeminella.utils.introspection |
Class | public class ReflectionTypeResolveException |
Inheritance | ReflectionTypeResolveException ![]() |
Method | Defined by | ||
---|---|---|---|
ReflectionTypeResolveException(type:String, message:String)
| ReflectionTypeResolveException |
Constant | Defined by | ||
---|---|---|---|
MESSAGE : String = "Unable to resolve type: {0}. You must specify the fully qualified class path and class name exactly" [static]
| ReflectionTypeResolveException |
ReflectionTypeResolveException | () | constructor |
public function ReflectionTypeResolveException(type:String, message:String)
Parameters
type:String |
|
message:String |
MESSAGE | constant |
public static const MESSAGE:String = "Unable to resolve type: {0}. You must specify the fully qualified class path and class name exactly"