Class FormattingTuple


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

      Fields 
      Modifier and Type Field Description
      private java.lang.String message  
      private java.lang.Throwable throwable  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 final java.lang.String message
      • throwable

        private final java.lang.Throwable throwable
    • Constructor Detail

      • FormattingTuple

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

      • getMessage

        public java.lang.String getMessage()
      • getThrowable

        public java.lang.Throwable getThrowable()