|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Localizer.Message | |
---|---|
org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction |
org.apache.openjpa.lib.meta | Metadata Framework |
org.apache.openjpa.lib.util | General Utilities |
org.apache.openjpa.persistence | OpenJPA JPA |
org.apache.openjpa.util | OpenJPA Utilities |
Uses of Localizer.Message in org.apache.openjpa.jdbc.sql |
---|
Methods in org.apache.openjpa.jdbc.sql with parameters of type Localizer.Message | |
---|---|
static OpenJPAException |
SQLExceptions.getStore(Localizer.Message msg,
SQLException se,
DBDictionary dict)
Convert the specified exception into a StoreException . |
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)
|
Uses of Localizer.Message in org.apache.openjpa.persistence |
---|
Constructors in org.apache.openjpa.persistence with parameters of type Localizer.Message | |
---|---|
ArgumentException(Localizer.Message msg,
Throwable[] nested,
Object failed,
boolean fatal)
|
|
InvalidStateException(Localizer.Message msg,
Throwable[] nested,
Object failed,
boolean fatal)
|
|
TransactionRequiredException(Localizer.Message msg,
Throwable[] nested,
Object failed,
boolean fatal)
|
Uses of Localizer.Message in org.apache.openjpa.util |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |