ObjectDB ObjectDB

getLocalizedMessage() - Java Throwable's method

Method
java.lang.Throwable
String getLocalizedMessage()

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().
Returns:
The localized description of this throwable.
Since:
Java JDK1.1