/**
<P>Create a TOGThree from the constructor parameters.</P>
**/
protected final Template createTemplate(String s_templateName, ForLineRetrieval flr_srcTxt, TParseConfig tp_config, TFilter template_filter) {
try {
return (new TOGThree(s_templateName, flr_srcTxt, (OGCThree)template_filter, tp_config));
} catch(TemplateFormatException tfx) {
throwAX("getTemplateFrom: " + tfx.toString());
}
//Never reached. Required for compile.