Class FormattingTuple


  • public class FormattingTuple
    extends Object
    Holds the results of formatting done by MessageFormatter.
    Author:
    Joern Huxhorn
    • Constructor Detail

      • FormattingTuple

        public FormattingTuple​(String message)
    • Method Detail

      • getMessage

        public String getMessage()
      • getArgArray

        public Object[] getArgArray()
      • getThrowable

        public Throwable getThrowable()