Uses of Class
org.apache.openjpa.lib.util.Localizer.Message
Packages that use 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
Methods in org.apache.openjpa.jdbc.sql with parameters of type Localizer.MessageModifier 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
Methods in org.apache.openjpa.lib.meta with parameters of type Localizer.MessageModifier 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
Methods in org.apache.openjpa.lib.util that return Localizer.MessageModifier 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.Constructors in org.apache.openjpa.lib.util with parameters of type Localizer.Message -
Uses of Localizer.Message in org.apache.openjpa.persistence
Constructors in org.apache.openjpa.persistence with parameters of type Localizer.MessageModifierConstructorDescriptionArgumentException
(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
Constructors in org.apache.openjpa.persistence.jest with parameters of type Localizer.MessageModifierConstructorDescriptionProcessingException
(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
Methods in org.apache.openjpa.persistence.meta with parameters of type Localizer.MessageModifier 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
Constructors in org.apache.openjpa.util with parameters of type Localizer.MessageModifierConstructorDescriptionGeneralException
(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)