Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Properties/
DCloseXMLStream.java38 class ExpectedClosingException extends RuntimeException {}; in main() class
44 throw new ExpectedClosingException(); in main()
50 } catch (ExpectedClosingException ex) { /*OK*/ } in main()