Top Description Fields Constructors Methods
io.netty.util.internal.logging

public final Class FormattingTuple

extends Object
Class Inheritance

Holds the results of formatting done by MessageFormatter.

Field Summary

Modifier and TypeField and Description
private final String
private final Throwable

Constructor Summary

AccessConstructor and Description
public
FormattingTuple(String message, Throwable throwable)

Method Summary

Modifier and TypeMethod and Description
public String
public Throwable
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

messageback to summary
private final String message
throwableback to summary
private final Throwable throwable

Constructor Detail

FormattingTupleback to summary
public FormattingTuple(String message, Throwable throwable)

Method Detail

getMessageback to summary
public String getMessage()
getThrowableback to summary
public Throwable getThrowable()