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