Searched refs:DummyException (Results 1 – 1 of 1) sorted by relevance
1185 private static class DummyException extends RuntimeException {}; class1195 throw new DummyException(); in testPartialImageThrowException()1199 } catch (DummyException dummy) { in testPartialImageThrowException()