com.im.commons 5.9

com.im.commons.progress
Interface ProgressWriterFeedbackAdapter.MessageComposer

Enclosing class:
ProgressWriterFeedbackAdapter

public static interface ProgressWriterFeedbackAdapter.MessageComposer


Method Summary
 String createMessage(String msg, Throwable t)
          Create a custom message for the provided message and the Throwable
 

Method Detail

createMessage

String createMessage(String msg,
                     Throwable t)
Create a custom message for the provided message and the Throwable

Parameters:
msg -
t -
Returns:
The custom message

com.im.commons 5.9