Searched refs:MyError (Results 1 – 1 of 1) sorted by relevance
71 static class MyError extends Error {} class in ForkJoinPoolTest76 protected void onStart() { super.onStart(); throw new MyError(); } in onStart()282 threadAssertTrue(e instanceof MyError); in testSetUncaughtExceptionHandler()