> I was saying that sometimes code is written that throws exceptions > where the author knows that nobody wants to specifically catch this type > of exception. Isn't this a java.lang.Error: "An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch." Thomas