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.java1066 private static class DummyException extends RuntimeException {}; class
1076 throw new DummyException(); in testPartialImageThrowException()
1080 } catch (DummyException dummy) { in testPartialImageThrowException()