6465666768697071
{ return parse(new StringReader(s)); } catch (IOException e) { throw new UndeclaredIOException(e); } }
7980818283848586
internalWrite(locale, buffer); return buffer.asString(); } catch (IOException e) { throw new UndeclaredIOException(e); } }
7071727374757677
public <R, U extends PortalURL<R, U>> String render(U url) { try { return _render(url); } catch (IOException e) { throw new UndeclaredIOException(e); } }
5859606162636465
393394395396397398399400401402
switch (failureFlow) { case IGNORE : break; case THROW_UNDECLARED : throw new UndeclaredIOException(e); case RETHROW : throw e; } }
6970717273747576
150151152153154155156157
out.write(z); } } catch (IOException e) { throw new UndeclaredIOException(e); } }
7778798081828384858687
outputStream.flush(); return outputStream.getContent(characterEncoding); } catch (IOException e) { throw new UndeclaredIOException(e); } } else if (chars != null) { writer.flush();
143144145146147148149150
try { StringBuilder sb = new StringBuilder(s.length()); encode(s, sb); return sb.toString(); } catch (IOException e) { throw new UndeclaredIOException(e); } }
3233343536373839
static Path parse(String path) { try { Data data = new Data(path); return new Path(data, 0); } catch (IOException e) { throw new UndeclaredIOException(e); } }