> I would rewrite it as follows: > ... > } catch (NullPointerException ex) { > throw new RuntimeException("TEST FAILED", e); > } > System.out.println("TEST PASSED"); Thanks for the suggestion. I'll do that. Roland.