Searched refs:ExpectedClosingException (Results 1 – 1 of 1) sorted by relevance
38 class ExpectedClosingException extends RuntimeException {}; in main() class44 throw new ExpectedClosingException(); in main()50 } catch (ExpectedClosingException ex) { /*OK*/ } in main()