public abstract class ImportExportResult extends Object implements Serializable
Constructor and Description |
---|
ImportExportResult() |
ImportExportResult(Exception exception) |
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
List |
getWarningArguments() |
List |
getWarnings() |
boolean |
hasErrors() |
protected void |
setException(Exception exception) |
protected void |
setWarningArguments(List warningArguments) |
protected void |
setWarnings(List warnings) |
public ImportExportResult()
public ImportExportResult(Exception exception)
public List getWarnings()
public List getWarningArguments()
protected void setWarnings(List warnings)
protected void setWarningArguments(List warningArguments)
protected void setException(Exception exception)
public Exception getException()
public boolean hasErrors()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.