Class Messages


  • public class Messages
    extends java.lang.Object
    This class manages the message for the security utilities
    Version:
    $Id: Messages.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Detail

      • RESOURCES

        protected static final java.lang.String RESOURCES
        The error messages bundle class name.
        See Also:
        Constant Field Values
      • localizableSupport

        protected static LocalizableSupport localizableSupport
        The localizable support for the error messages.
      • resourceManager

        protected static ResourceManager resourceManager
        The resource manager to decode messages.
    • Constructor Detail

      • Messages

        protected Messages()
        This class does not need to be instantiated.
    • Method Detail

      • formatMessage

        public static java.lang.String formatMessage​(java.lang.String key,
                                                     java.lang.Object[] args)
                                              throws java.util.MissingResourceException
        Throws:
        java.util.MissingResourceException
      • getString

        public static java.lang.String getString​(java.lang.String key)
                                          throws java.util.MissingResourceException
        Throws:
        java.util.MissingResourceException
      • getInteger

        public static int getInteger​(java.lang.String key)
                              throws java.util.MissingResourceException
        Throws:
        java.util.MissingResourceException
      • getCharacter

        public static int getCharacter​(java.lang.String key)
                                throws java.util.MissingResourceException
        Throws:
        java.util.MissingResourceException