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