Home
last modified time | relevance | path

Searched refs:DummyException (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java1185 private static class DummyException extends RuntimeException {}; class
1195 throw new DummyException(); in testPartialImageThrowException()
1199 } catch (DummyException dummy) { in testPartialImageThrowException()