Uses of Class
fr.gouv.vitam.common.error.VitamError
-
-
Uses of VitamError in fr.gouv.vitam.access.external.client.exception
Methods in fr.gouv.vitam.access.external.client.exception that return VitamError Modifier and Type Method Description VitamErrorAdminExternalClientException. getVitamError()Constructors in fr.gouv.vitam.access.external.client.exception with parameters of type VitamError Constructor Description AdminExternalClientException(java.lang.String message, javax.ws.rs.core.Response.Status status, VitamError vitamError) -
Uses of VitamError in fr.gouv.vitam.common.client
Methods in fr.gouv.vitam.common.client that return VitamError Modifier and Type Method Description VitamErrorAdminClient. adminAutotest()Check the dependencies and return a VitamError status where getHttpCode contains either 200 for OK or 503 for error and a sub list of VitamErrors for each tested subservicesVitamErrorDefaultAdminClient. adminAutotest() -
Uses of VitamError in fr.gouv.vitam.common.dsl.schema
Constructors in fr.gouv.vitam.common.dsl.schema with parameters of type VitamError Constructor Description ValidationException(VitamError vitamError) -
Uses of VitamError in fr.gouv.vitam.common.error
Methods in fr.gouv.vitam.common.error that return VitamError Modifier and Type Method Description VitamErrorVitamError. addAllErrors(java.util.List<VitamError> errors)VitamErrorVitamError. addToErrors(VitamError error)static VitamErrorVitamError. getFromJsonNode(com.fasterxml.jackson.databind.JsonNode node)VitamErrorVitamError. setCode(java.lang.String code)VitamErrorVitamError. setContext(java.lang.String context)VitamErrorVitamError. setDescription(java.lang.String description)VitamErrorVitamError. setHttpCode(int httpCode)VitamErrorVitamError. setMessage(java.lang.String message)VitamErrorVitamError. setState(java.lang.String state)static VitamErrorVitamCodeHelper. toVitamError(VitamCode vitamCode, java.lang.String description)Transform a vitamCode to a VitamError with the given descriptionMethods in fr.gouv.vitam.common.error that return types with arguments of type VitamError Modifier and Type Method Description java.util.List<VitamError>VitamError. getErrors()Methods in fr.gouv.vitam.common.error with parameters of type VitamError Modifier and Type Method Description VitamErrorVitamError. addToErrors(VitamError error)Method parameters in fr.gouv.vitam.common.error with type arguments of type VitamError Modifier and Type Method Description VitamErrorVitamError. addAllErrors(java.util.List<VitamError> errors) -
Uses of VitamError in fr.gouv.vitam.common.exception
Methods in fr.gouv.vitam.common.exception that return VitamError Modifier and Type Method Description VitamErrorVitamException. getVitamError()Methods in fr.gouv.vitam.common.exception with parameters of type VitamError Modifier and Type Method Description voidVitamException. setVitamError(VitamError vitamError)Constructors in fr.gouv.vitam.common.exception with parameters of type VitamError Constructor Description ExpectationFailedClientException(VitamError vitamError)ForbiddenClientException(VitamError vitamError)PreconditionFailedClientException(VitamError vitamError)VitamDBException(VitamError vitamError)constructor.VitamException(VitamError vitamError) -
Uses of VitamError in fr.gouv.vitam.common.external.client
Methods in fr.gouv.vitam.common.external.client that return VitamError Modifier and Type Method Description VitamErrorAdminClient. adminAutotest()Check the dependencies and return a VitamError status where getHttpCode contains either 200 for OK or 503 for error and a sub list of VitamErrors for each tested subservicesVitamErrorDefaultAdminClient. adminAutotest() -
Uses of VitamError in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return VitamError Modifier and Type Method Description VitamErrorRequestResponseError. getError()static VitamErrorRequestResponse. parseVitamError(javax.ws.rs.core.Response response)Methods in fr.gouv.vitam.common.model with parameters of type VitamError Modifier and Type Method Description RequestResponseErrorRequestResponseError. setError(VitamError error)RequestResponseError constructor -
Uses of VitamError in fr.gouv.vitam.functional.administration.archiveunitprofiles.core
Methods in fr.gouv.vitam.functional.administration.archiveunitprofiles.core with parameters of type VitamError Modifier and Type Method Description booleanArchiveUnitProfileManager. validateArchiveUnitProfile(ArchiveUnitProfileModel profile, VitamError error) -
Uses of VitamError in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return VitamError Modifier and Type Method Description static VitamErrorVitamErrorUtils. getVitamError(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state)static VitamErrorVitamErrorUtils. getVitamErrorWithMessage(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state, java.lang.String message) -
Uses of VitamError in fr.gouv.vitam.functional.administration.profile.core
Methods in fr.gouv.vitam.functional.administration.profile.core with parameters of type VitamError Modifier and Type Method Description booleanProfileManager. validateProfile(ProfileModel profile, VitamError error)booleanProfileManager. validateProfileFile(ProfileModel profileModel, java.io.File file, VitamError error)Validate if the profile file is valide XSD => is file xsd is xml valide RNG => if file rng is xml valide, rng valide, check default values if already exists in vitambooleanProfileManager. validateRNG(java.io.File file, VitamError error)TODO 1.booleanProfileManager. validateXSD(java.io.File file, VitamError error)Just check if inputStream is xml valid -
Uses of VitamError in fr.gouv.vitam.ingest.external.api.exception
Constructors in fr.gouv.vitam.ingest.external.api.exception with parameters of type VitamError Constructor Description IngestExternalClientException(VitamError vitamError)IngestExternalClientNotFoundException(VitamError vitamError)IngestExternalClientServerException(VitamError vitamError) -
Uses of VitamError in fr.gouv.vitam.logbook.administration.audit.exception
Methods in fr.gouv.vitam.logbook.administration.audit.exception that return VitamError Modifier and Type Method Description VitamErrorLogbookAuditException. getVitamError()Methods in fr.gouv.vitam.logbook.administration.audit.exception with parameters of type VitamError Modifier and Type Method Description voidLogbookAuditException. setVitamError(VitamError vitamError)Constructors in fr.gouv.vitam.logbook.administration.audit.exception with parameters of type VitamError Constructor Description LogbookAuditException(VitamError vitamError) -
Uses of VitamError in fr.gouv.vitam.metadata.api.exception
Constructors in fr.gouv.vitam.metadata.api.exception with parameters of type VitamError Constructor Description MetaDataException(VitamError vitamError)ConstructorMetaDataExecutionException(VitamError vitamError)Constructor -
Uses of VitamError in fr.gouv.vitam.storage.engine.server.exception
Constructors in fr.gouv.vitam.storage.engine.server.exception with parameters of type VitamError Constructor Description VitamSyncException(VitamError vitamError) -
Uses of VitamError in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception
Constructors in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception with parameters of type VitamError Constructor Description ComputedInheritedRulesException(VitamError vitamError, StatusCode statusCode) -
Uses of VitamError in fr.gouv.vitam.worker.core.plugin.evidence.exception
Constructors in fr.gouv.vitam.worker.core.plugin.evidence.exception with parameters of type VitamError Constructor Description DataRectificationException(VitamError vitamError)
-