>>>>> "Artur" == Artur Biesiadowski <[EMAIL PROTECTED]> writes:
Artur> I wonder if it would be good to localize all exception messages
Artur> which are thrown by core library.
I think so.
Artur> There is of course another problem with exception names - like
Artur> java.io.FileNotFoundException, but I think that it is not
Artur> possible to solve this, so people would need just to catch
Artur> specific errors and replace their names by hand for display.
Displaying the class name of the exception object should probably only
be done by a quick-and-dirty application. A real application should
handle this more intelligently.
Tom