|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.core.report.impl.MessageImpl
eu.esdihumboldt.hale.common.align.transformation.report.impl.TransformationMessageImpl
@Immutable public class TransformationMessageImpl
Default TransformationMessage
implementation
Constructor Summary | |
---|---|
TransformationMessageImpl(CellBean cell,
String message,
Throwable throwable,
String stackTrace)
Create a new transformation message. |
|
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. |
Method Summary | |
---|---|
CellBean |
getCell()
Get the transformation cell |
Methods inherited from class eu.esdihumboldt.hale.common.core.report.impl.MessageImpl |
---|
getFormattedMessage, getMessage, getStackTrace, getThrowable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface eu.esdihumboldt.hale.common.core.report.Message |
---|
getFormattedMessage, getMessage, getStackTrace, getThrowable |
Constructor Detail |
---|
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(CellBean 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
Method Detail |
---|
public CellBean getCell()
TransformationMessage
getCell
in interface TransformationMessage
TransformationMessage.getCell()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |