public static class ProcessException.Problem extends Object
| Constructor and Description |
|---|
Problem(PersistingElement element,
Row rawData,
Throwable reportedProblem) |
| Modifier and Type | Method and Description |
|---|---|
PersistingElement |
getElement()
The element that was processed when the problem appeared.
|
Row |
getRawData()
The data retrieved from the store before executing the process from which the
getElement() should have been constructed. |
Throwable |
getReportedProblem()
The actual problem that appeared while processing
getElement(). |
public Problem(PersistingElement element, Row rawData, Throwable reportedProblem)
public PersistingElement getElement()
getRawData().public Row getRawData()
getElement() should have been constructed.public Throwable getReportedProblem()
getElement().Copyright © 2016. All Rights Reserved.