public class ErrorReport extends Object
Constructor and Description |
---|
ErrorReport() |
ErrorReport(FileRulesErrorCode code,
int line,
FileRulesModel fileRulesModel) |
ErrorReport(FileRulesErrorCode code,
int line,
String missingInformations) |
Modifier and Type | Method and Description |
---|---|
FileRulesErrorCode |
getCode() |
FileRulesModel |
getFileRulesModel() |
int |
getLine() |
String |
getMissingInformations() |
void |
setCode(FileRulesErrorCode code) |
void |
setFileRulesModel(FileRulesModel fileRulesModel) |
void |
setLine(int line) |
void |
setMissingInformations(String missingInformations) |
public ErrorReport()
public ErrorReport(FileRulesErrorCode code, int line, FileRulesModel fileRulesModel)
public ErrorReport(FileRulesErrorCode code, int line, String missingInformations)
public String getMissingInformations()
public void setMissingInformations(String missingInformations)
public FileRulesErrorCode getCode()
public void setCode(FileRulesErrorCode code)
public int getLine()
public void setLine(int line)
public FileRulesModel getFileRulesModel()
public void setFileRulesModel(FileRulesModel fileRulesModel)
Copyright © 2018 Vitam. All rights reserved.