Package | Description |
---|---|
fr.gouv.vitam.functional.administration.common |
Provides common classes for the Functional Administration module.
|
Modifier and Type | Method and Description |
---|---|
FileRulesErrorCode |
ErrorReport.getCode() |
static FileRulesErrorCode |
FileRulesErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileRulesErrorCode[] |
FileRulesErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorReport.setCode(FileRulesErrorCode code) |
Constructor and Description |
---|
ErrorReport(FileRulesErrorCode code,
int line,
FileRulesModel fileRulesModel) |
ErrorReport(FileRulesErrorCode code,
int line,
String missingInformations) |
Copyright © 2018 Vitam. All rights reserved.