Class Messages


  • public class Messages
    extends java.lang.Object
    Formats error messages.
    • Constructor Summary

      Constructors 
      Constructor Description
      Messages()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String format​(java.lang.String property, java.lang.Object... args)
      Loads a string resource and formats it with specified arguments.
      • Methods inherited from class java.lang.Object

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

      • Messages

        public Messages()
    • Method Detail

      • format

        public static java.lang.String format​(java.lang.String property,
                                              java.lang.Object... args)
        Loads a string resource and formats it with specified arguments.