public abstract class ToplinkLocalization
extends java.lang.Object
Purpose: Any TopLink message in Foundation Library & J2EE Integration JARs should be a subclass of this class. Creation date: (7/12/00)
Constructor and Description |
---|
ToplinkLocalization() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
buildMessage(java.lang.String localizationClassName,
java.lang.String key,
java.lang.Object[] arguments)
Return the message for the given exception class and error number.
|