Uses of Class
org.apache.openjpa.lib.util.Localizer.Message
-
Packages that use Localizer.Message Package Description org.apache.openjpa.lib.meta Metadata Frameworkorg.apache.openjpa.lib.util General Utilities -
-
Uses of Localizer.Message in org.apache.openjpa.lib.meta
Methods in org.apache.openjpa.lib.meta with parameters of type Localizer.Message Modifier and Type Method Description protected SAXException
XMLMetaDataParser. getException(Localizer.Message msg)
Returns a SAXException with the source file name and the given error message.protected SAXException
XMLMetaDataParser. getException(Localizer.Message msg, Throwable cause)
Returns a SAXException with the source file name and the given error message. -
Uses of Localizer.Message in org.apache.openjpa.lib.util
Methods in org.apache.openjpa.lib.util that return Localizer.Message Modifier and Type Method Description Localizer.Message
Localizer. get(String key)
Return the localized string matching the given key.Localizer.Message
Localizer. get(String key, Object sub)
Return the localized string matching the given key.Localizer.Message
Localizer. get(String key, Object[] subs)
Return the localized string matching the given key.Localizer.Message
Localizer. get(String key, Object sub1, Object sub2)
Return the localized string for the given key.Localizer.Message
Localizer. get(String key, Object sub1, Object sub2, Object sub3)
Return the localized string for the given key.Localizer.Message
Localizer. getFatal(String key)
Return the localized string matching the given key.Localizer.Message
Localizer. getFatal(String key, Object sub)
Return the localized string matching the given key.Localizer.Message
Localizer. getFatal(String key, Object[] subs)
Return the localized string matching the given key.Localizer.Message
Localizer. getFatal(String key, Object sub1, Object sub2)
Return the localized string for the given key.Constructors in org.apache.openjpa.lib.util with parameters of type Localizer.Message Constructor Description ParseException(Localizer.Message msg)
ParseException(Localizer.Message msg, Throwable cause)
-