644645646647648649650651
} xmlWriter.writeCloseTag(); } catch ( IOException e ) { throw new ReportProcessingException("Failed", e); } }
706707708709710711712713
// 'covered-table-cell' elements we need to generate generateCoveredTableCells(attrs); } catch ( IOException e ) { throw new ReportProcessingException("Failed", e); } }
123112321233123412351236123712381239
{ getXmlWriter().writeCloseTag(); } catch (IOException e) { throw new ReportProcessingException("IOError", e); } } }
13491350135113521353135413551356
} } } catch (IOException ioe) { throw new ReportProcessingException("Failed to write settings document"); } }
136137138139140141142143144
{ processElement(attrs, namespace, elementType); } catch (IOException e) { throw new ReportProcessingException("Failed", e); } } }
279280281282283284285286
} } } catch (IOException ioe) { throw new ReportProcessingException("Failed to write settings document",ioe); } }
190191192193194195196197
} return preStyle; } catch (CloneNotSupportedException e) { throw new ReportProcessingException("Failed to derive a stylesheet", e); } }
246247248249250251252253
} } } catch (CloneNotSupportedException e) { throw new ReportProcessingException("Failed to clone font-face element"); } }
312313314315316317318319320321322
} } } catch (CloneNotSupportedException e) { throw new ReportProcessingException("Failed to copy style. This should not have happened."); } } else { derivedStyle = null;
508509510511512513514515516
} return autostyle; } catch (CloneNotSupportedException e) { throw new ReportProcessingException( "Deriving the style failed. Clone error: ", e); } }