Uses of Class
org.apache.openjpa.lib.util.Localizer.Message

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  org.xml.sax.SAXException XMLMetaDataParser.getException(Localizer.Message msg)
          Returns a SAXException with the source file name and the given error message.
protected  org.xml.sax.SAXException XMLMetaDataParser.getException(Localizer.Message msg, java.lang.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(java.lang.String key)
          Return the localized string matching the given key.
 Localizer.Message Localizer.get(java.lang.String key, java.lang.Object sub)
          Return the localized string matching the given key.
 Localizer.Message Localizer.get(java.lang.String key, java.lang.Object[] subs)
          Return the localized string matching the given key.
 Localizer.Message Localizer.get(java.lang.String key, java.lang.Object sub1, java.lang.Object sub2)
          Return the localized string for the given key.
 Localizer.Message Localizer.get(java.lang.String key, java.lang.Object sub1, java.lang.Object sub2, java.lang.Object sub3)
          Return the localized string for the given key.
 Localizer.Message Localizer.getFatal(java.lang.String key)
          Return the localized string matching the given key.
 Localizer.Message Localizer.getFatal(java.lang.String key, java.lang.Object sub)
          Return the localized string matching the given key.
 Localizer.Message Localizer.getFatal(java.lang.String key, java.lang.Object[] subs)
          Return the localized string matching the given key.
 Localizer.Message Localizer.getFatal(java.lang.String key, java.lang.Object sub1, java.lang.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, java.lang.Throwable cause)