Class GT

java.lang.Object
org.postgresql.util.GT

public class GT extends Object
This class provides a wrapper around a gettext message catalog that can provide a localized version of error messages. The caller provides a message String in the standard java.text.MessageFormat syntax and any arguments it may need. The returned String is the localized version if available or the original if not.
  • Field Details

    • _gt

      private static final GT _gt
    • noargs

      private static final Object[] noargs
    • bundle

      private ResourceBundle bundle
  • Constructor Details

    • GT

      private GT()
  • Method Details