* @param path the path to the CFC that this proxy wraps.
* @throws Throwable
*/
private CFCDynamicProxy(String path) throws Throwable
{
TemplateProxy cfc = TemplateProxyFactory.resolveFile(FusionContext.getCurrent().pageContext, new File(path), null);
setCFC(cfc);
}