Searched refs:UncheckedIOException (Results 1 – 7 of 7) sorted by relevance
24 import java.io.UncheckedIOException;33 UncheckedIOException e = new UncheckedIOException(ioException); in test_ConstructorLjava_lang_IOException()43 UncheckedIOException e = new UncheckedIOException("errmsg", ioException); in test_ConstructorLjava_lang_String_IOException()52 SerializationTest.verifySelf(new UncheckedIOException(new IOException())); in testSerializationSelf()
34 public class UncheckedIOException extends RuntimeException { class48 public UncheckedIOException(String message, IOException cause) { in UncheckedIOException() method in UncheckedIOException61 public UncheckedIOException(IOException cause) { in UncheckedIOException() method in UncheckedIOException
585 throw new UncheckedIOException(e); in lines()
30 import java.io.UncheckedIOException;88 throw new UncheckedIOException(ioe); in fetchNextIfNeeded()
38 import java.io.UncheckedIOException;109 throw new UncheckedIOException(e); in asUncheckedRunnable()3462 throw new UncheckedIOException(e.getCause());3470 throw new UncheckedIOException(e.getCause());
30 import java.io.UncheckedIOException;941 } catch (UncheckedIOException expected) {} in test_lines$Path$Charset()982 } catch (UncheckedIOException expected) {} in test_lines$Path()1428 } catch (UncheckedIOException expected) { in test_walk_FileSystemLoopException()
89 ojluni/src/main/java/java/io/UncheckedIOException.java \