Lines Matching refs:ex
94 catch( NoSuchElementException ex ) in getChartSheet()
96 System.out.println( "Couldn't find sheet with name " + msChartSheetName + ": " + ex ); in getChartSheet()
98 catch( Exception ex ) in getChartSheet()
119 catch( NoSuchElementException ex ) in getDataSheet()
121 … System.out.println( "Couldn't find sheet with name " + msDataSheetName + ": " + ex ); in getDataSheet()
123 catch( Exception ex ) in getDataSheet()
155 catch( Exception ex ) in insertChart()
157 System.out.println( "Sheet not found" + ex ); in insertChart()
197 catch( NoSuchElementException ex ) in insertChart()
199 … System.out.println( "Couldn't find chart with name " + sChartName + ": " + ex ); in insertChart()
201 catch( Exception ex ) in insertChart()
266 catch( Exception ex ) in insertRandomRange()
268 System.out.println( "Sheet not found" + ex ); in insertRandomRange()
326 catch( Exception ex ) in insertFormulaRange()
328 System.out.println( "Sheet not found" + ex ); in insertFormulaRange()
394 catch( Exception ex ) in initSpreadSheet()
396 System.out.println( "Couldn't initialize Spreadsheet Document: " + ex ); in initSpreadSheet()