*/
public void testRenderXMLGetStylesheetParamsThrowsSqlException() throws ParserConfigurationException {
SQLException sqlException = new SQLException();
MockXSLTChannel mock = new MockXSLTChannel();
mock.setStaticData(new ChannelStaticData());
mock.setRuntimeData(new ChannelRuntimeData());
Document blankDoc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
mock.setDocument(blankDoc);
mock.setXsltUriString("anxslt.xsl");
mock.setThrownFromGetStylesheetParams(sqlException);