}
throw new PortletException("TransformerException " + tex.getMessage(), tex);
}
} else {
try {
sOutput = new String(oFS.readfile(sFileDir+File.separator+sCachedFile, sEncoding==null ? "ISO8859_1" : sEncoding));
} catch (Exception xcpt) {
throw new PortletException(xcpt.getClass().getName()+" "+xcpt.getMessage(), xcpt);
}
} // fi (bFetch)