Class FormattingTuple

java.lang.Object
io.netty.util.internal.logging.FormattingTuple

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

    • message

      private final String message
    • throwable

      private final Throwable throwable
  • Constructor Details

    • FormattingTuple

      public FormattingTuple(String message, Throwable throwable)
  • Method Details

    • getMessage

      public String getMessage()
    • getThrowable

      public Throwable getThrowable()