throw with String

Thomas Jung thomas.andreas.jung at googlemail.com
Wed Sep 15 23:32:30 PDT 2010


> 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



More information about the coin-dev mailing list