Class FormattingTuple


  • public final class FormattingTuple
    extends java.lang.Object
    Holds the results of formatting done by MessageFormatter.
    • 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
    • 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()