Throwable.getLocalizedMessage

Throwable.getLocalizedMessage

Class Overview | Class Members | This Package | All Packages

Syntax
public String getLocalizedMessage()
Description
Creates a localized description of this Throwable. Subclasses may override this method in order to produce a locale-specific message. For subclasses that do not override this method, the default implementation returns the same result as getMessage().