break;
}
}
if (page == null)
throw new GeneratorException("Class '" + pageClassName
+ "' does not have a (GeneratorWizard) constructor.");
}
catch (Exception e)
{
String msg = LogUtil.error(getClass(), "Cannot instantiate page class $0.",
pageClassName, e);
String exMsg = ExceptionUtil.getNestedMessage(e);
throw new GeneratorException(exMsg != null ? exMsg : msg);
}
}
if (page != null)
{