Searched defs:ex (Results 1 – 2 of 2) sorted by relevance
63 Exception ex = new Exception(); in testConstructor() local
153 private void fail(Exception ex) { in fail()