16061607160816091610161116121613
if (pdf == null) return false; return pdf.setfont(font, size); } catch (IOException e) { throw new QuercusModuleException(e); } }
108109110111112113114115
return connectionFactory; } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new QuercusModuleException(e); } }
222223224225226227228229
try { return QuercusMimeUtility.decodeMime(env, str, encoding); } catch (UnsupportedEncodingException e) { throw new QuercusModuleException(e.getMessage()); } }
377378379380381382383384385
linefeed, 76); return env.createString(mime); } catch (UnsupportedEncodingException e) { throw new QuercusModuleException(e.getMessage()); } }
return false; try { return _os.setPosition(offset); } catch (IOException e) { throw new QuercusModuleException(e); } }
273274275276277278279280
builder.append((char) ch); } return builder; } catch (IOException e) { throw new QuercusModuleException(e); } }
376377378379380381382383384385
length -= sublen; } return writeLength; } catch (IOException e) { throw new QuercusModuleException(e); } finally { TempBuffer.free(tb); } }
124125126127128129130131132133134
sb.append(ptr.getBuffer(), 0, ptr.getLength()); } return sb; } catch (IOException e) { throw new QuercusModuleException(e); } finally { TempCharBuffer.free(tb); }
86878889909192939495
298299300301302303304305
public static int xa_status() { try { return getUserTransaction().getStatus(); } catch (Exception e) { throw new QuercusModuleException(e); } }