@Immutable public class TransformationMessageImpl extends MessageImpl implements TransformationMessage
TransformationMessage
implementationConstructor and Description |
---|
TransformationMessageImpl(Cell cell,
String message,
Throwable throwable)
Create a new transformation message.
|
TransformationMessageImpl(Cell cell,
String message,
Throwable throwable,
String stackTrace)
Create a new transformation message.
|
TransformationMessageImpl(String cellId,
String message,
Throwable throwable,
String stackTrace)
Create a new transformation message.
|
Modifier and Type | Method and Description |
---|---|
String |
getCellId()
Get the transformation cell identifier.
|
getFormattedMessage, getMessage, getStackTrace, getThrowable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFormattedMessage, getMessage, getStackTrace, getThrowable
public TransformationMessageImpl(Cell cell, String message, Throwable throwable)
cell
- the cell the message is associated tomessage
- the messagethrowable
- the throwable associated to the message, may be
null
public TransformationMessageImpl(Cell cell, String message, Throwable throwable, String stackTrace)
cell
- the cell the message is associated tomessage
- the messagethrowable
- the throwable associated to the message, may be
null
stackTrace
- the associated stack trace, or null
public TransformationMessageImpl(String cellId, String message, Throwable throwable, String stackTrace)
cellId
- the identifier of the cell the message is associated tomessage
- the messagethrowable
- the throwable associated to the message, may be
null
stackTrace
- the associated stack trace, or null
public String getCellId()
TransformationMessage
getCellId
in interface TransformationMessage
TransformationMessage.getCellId()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a