Class JPQLQueryProblemResourceBundle


  • public final class JPQLQueryProblemResourceBundle
    extends java.util.ListResourceBundle
    The resource bundle containing the problems encountered in a JPQL query.
    Version:
    2.5.2
    Author:
    Pascal Filion
    Since:
    2.3
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.ResourceBundle

        java.util.ResourceBundle.Control
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTIES_FILE_NAME
      The file name of the .properties file that is equivalent to this ListResourceBundle.
      • Fields inherited from class java.util.ResourceBundle

        parent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object[][] getContents()
      • Methods inherited from class java.util.ListResourceBundle

        getKeys, handleGetObject, handleKeySet
      • Methods inherited from class java.util.ResourceBundle

        clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROPERTIES_FILE_NAME

        public static final java.lang.String PROPERTIES_FILE_NAME
        The file name of the .properties file that is equivalent to this ListResourceBundle.
    • Constructor Detail

      • JPQLQueryProblemResourceBundle

        public JPQLQueryProblemResourceBundle()
    • Method Detail

      • getContents

        protected java.lang.Object[][] getContents()
        Specified by:
        getContents in class java.util.ListResourceBundle