|
|
The JDK 1.1 release added many features to make it easy for programmers to develop internationalized programs. Some changes were required to theThrowableclass to make it a better international citizen. In fact, all of the changes made to theThrowableclass are related to internationalization issues.New Methods
These methods were added to theThrowableclass for the JDK 1.1.String getLocalizedMessage() printStackTrace(PrintWriter)
|
|