Home | History | Annotate | Download | only in util

Lines Matching defs:ioException

134  * java.io.IOException} then the scanner assumes that the end of the input
135 * has been reached. The most recent <tt>IOException</tt> thrown by the
136 * underlying readable can be retrieved via the {@link #ioException} method.
375 // A holder of the last IOException encountered
376 private IOException lastException;
669 * @throws IOException
675 throws IOException
690 * @throws IOException
696 public Scanner(Path source, String charsetName) throws IOException {
700 private Scanner(Path source, Charset charset) throws IOException {
814 } catch (IOException ioe) {
1106 } catch (IOException ioe) {
1116 * Returns the <code>IOException</code> last thrown by this
1122 public IOException ioException() {