Class FormattingTuple


  • public class FormattingTuple
    extends java.lang.Object
    Holds the results of formatting done by MessageFormatter.
    • Constructor Summary

      Constructors 
      Constructor Description
      FormattingTuple​(java.lang.String message)  
      FormattingTuple​(java.lang.String message, java.lang.Object[] argArray, java.lang.Throwable throwable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getArgArray()  
      java.lang.String getMessage()  
      java.lang.Throwable getThrowable()  
      • Methods inherited from class java.lang.Object

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

      • message

        private java.lang.String message
      • throwable

        private java.lang.Throwable throwable
      • argArray

        private java.lang.Object[] argArray
    • Constructor Detail

      • FormattingTuple

        public FormattingTuple​(java.lang.String message)
      • FormattingTuple

        public FormattingTuple​(java.lang.String message,
                               java.lang.Object[] argArray,
                               java.lang.Throwable throwable)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • getArgArray

        public java.lang.Object[] getArgArray()
      • getThrowable

        public java.lang.Throwable getThrowable()