How do I localize an exception's text message?
Created Jul 15, 2001
John Zukowski In your exception subclass, override the
getLocalizedMessage(Locale locale) method. You would then need to fetch the locale-specific message from the appropriate ResourceBundle.