public class ProcessingDetailsImpl extends SourceProcessingDetailsImpl implements ProcessingDetails
| Modifier and Type | Field and Description |
|---|---|
protected Exception |
exception |
protected String |
sourceId |
warnings| Constructor and Description |
|---|
ProcessingDetailsImpl() |
ProcessingDetailsImpl(SourceProcessingDetails details,
String sourceId)
Instantiates a new ProcessingDetailsImpl with $
SourceProcessingDetails and a warning |
ProcessingDetailsImpl(String sourceId,
Exception exception)
|
ProcessingDetailsImpl(String sourceId,
Exception exception,
List<String> warnings)
|
ProcessingDetailsImpl(String sourceId,
Exception exception,
String warning)
Instantiates a new ProcessingDetailsImpl with a sourceID, an $
Exception, and a warning |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
String |
getSourceId() |
boolean |
hasException() |
void |
setException(Exception exception) |
void |
setSourceId(String sourceId) |
getWarnings, setWarningsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWarningspublic ProcessingDetailsImpl()
public ProcessingDetailsImpl(String sourceId, Exception exception)
sourceId - the sourceIdexception - the exceptionpublic ProcessingDetailsImpl(String sourceId, Exception exception, String warning)
Exception, and a warningsourceId - the sourceIdexception - the exceptionwarning - the warningpublic ProcessingDetailsImpl(String sourceId, Exception exception, List<String> warnings)
sourceId - the the sourceIdexception - the exceptionwarnings - the warningspublic ProcessingDetailsImpl(SourceProcessingDetails details, String sourceId)
SourceProcessingDetails and a warningdetails - the source processing detailswarning - the warningpublic boolean hasException()
hasException in interface ProcessingDetailspublic Exception getException()
getException in interface ProcessingDetailspublic void setException(Exception exception)
public String getSourceId()
getSourceId in interface ProcessingDetailspublic void setSourceId(String sourceId)
This work is licensed under a Creative Commons Attribution 4.0 International License.