|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Localizer.Message | |
---|---|
org.apache.openjpa.lib.meta | Metadata Framework |
org.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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
ParseException(Localizer.Message msg)
|
|
ParseException(Localizer.Message msg,
Throwable cause)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |