Uses of Class
org.apache.openjpa.lib.util.Localizer.Message
Package
Description
OpenJPA-JDBC SQL Abstraction
Metadata Framework
General Utilities
OpenJPA JPA
OpenJPA MetaModel
OpenJPA Utilities
-
Uses of Localizer.Message in org.apache.openjpa.jdbc.sql
Modifier and TypeMethodDescriptionstatic OpenJPAException
SQLExceptions.getStore
(Localizer.Message msg, SQLException se, DBDictionary dict) Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions.getStore
(Localizer.Message msg, SQLException se, DBDictionary dict, int level) Convert the specified exception into aStoreException
. -
Uses of Localizer.Message in org.apache.openjpa.lib.meta
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionReturn the localized string matching the given key.Return the localized string matching the given key.Return the localized string matching the given key.Return the localized string for the given key.Return the localized string for the given key.Return the localized string matching the given key.Return the localized string matching the given key.Return the localized string matching the given key.Return the localized string for the given key. -
Uses of Localizer.Message in org.apache.openjpa.persistence
ModifierConstructorDescriptionArgumentException
(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.persistence.jest
ModifierConstructorDescriptionProcessingException
(JPAServletContext ctx, Throwable error, Localizer.Message message) ProcessingException
(JPAServletContext ctx, Throwable error, Localizer.Message message, int errorCode) ProcessingException
(JPAServletContext ctx, Localizer.Message message, int errorCode) -
Uses of Localizer.Message in org.apache.openjpa.persistence.meta
Modifier and TypeMethodDescriptionvoid
CompileTimeLogger.error
(Localizer.Message message) void
CompileTimeLogger.error
(Localizer.Message message, Throwable t) void
CompileTimeLogger.info
(Localizer.Message message) void
CompileTimeLogger.trace
(Localizer.Message message) void
CompileTimeLogger.warn
(Localizer.Message message) -
Uses of Localizer.Message in org.apache.openjpa.util
ModifierConstructorDescriptionGeneralException
(Localizer.Message msg, Throwable cause) InternalException
(Localizer.Message msg, Throwable cause) InvalidStateException
(Localizer.Message msg, Object failed) MetaDataException
(Localizer.Message msg, Throwable nested) NonUniqueResultException
(Localizer.Message msg, Object failed) NoResultException
(Localizer.Message msg, Object failed) Constructor; supply message.OpenJPAException
(Localizer.Message msg, Throwable cause) Construct with message and cause.StoreException
(Localizer.Message msg, Throwable cause) UnsupportedException
(Localizer.Message msg, Throwable cause) UserException
(Localizer.Message msg, Throwable cause) WrappedException
(Localizer.Message msg, Throwable cause)