I'd like to run my test suite in the debugger and break on any unexpected exception, but the Java classloaders throw lots of ClassNotFoundExceptions during normal operation.
So it would be nice if I could create an exception breakpoint that ignores ClassNotFoundExceptions and stops on everything else.