15891590159115921593159415951596
stream.close(); } } catch (final IOException e) { throw new TemplateCodeException(e.toString(), e); } }
16521653165416551656165716581659
// Return base 64 encoded bytes return DatatypeConverter.printBase64Binary(data); } catch (final IOException e) { throw new TemplateCodeException(e.toString(), e); } }
76777879808182838485868788
.getString("error.title"), JOptionPane.ERROR_MESSAGE); } } catch (final UnsupportedFlavorException ex) { throw new TemplateCodeException(ex.toString(), ex); } catch (final IOException ex) { throw new TemplateCodeException(ex.toString(), ex); } } }