Home
last modified time | relevance | path

Searched defs:MyRuntimeException (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
DIOBaseStreamTest.java83 private static final class MyRuntimeException extends RuntimeException { class in IOBaseStreamTest
87 public MyRuntimeException(final String message) { in MyRuntimeException() method in IOBaseStreamTest.MyRuntimeException