Home
last modified time | relevance | path

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

/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
H A DIOBaseStreamTest.java83 private static final class MyRuntimeException extends RuntimeException { class in IOBaseStreamTest
87 public MyRuntimeException(final String message) { in MyRuntimeException() method in IOBaseStreamTest.MyRuntimeException
/aosp_15_r20/art/test/2277-methodhandle-invokeexact/src/
H A DMyRuntimeException.java17 public class MyRuntimeException extends RuntimeException {} class