org.slf4j.helpers
Class FormattingTuple

java.lang.Object
  extended by org.slf4j.helpers.FormattingTuple

public class FormattingTuple
extends java.lang.Object

Holds the results of formatting done by MessageFormatter.

Author:
Joern Huxhorn

Field Summary
static FormattingTuple NULL
           
 
Constructor Summary
FormattingTuple(java.lang.String message)
           
FormattingTuple(java.lang.String message, java.lang.Object[] argArray, java.lang.Throwable throwable)
           
 
Method Summary
 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

NULL

public static FormattingTuple NULL
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()


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.