Uses of Class
io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
-
Packages that use IdObjectValidatorErrorConstant Package Description io.mosip.kernel.core.idobjectvalidator.constant io.mosip.kernel.core.idobjectvalidator.exception -
-
Uses of IdObjectValidatorErrorConstant in io.mosip.kernel.core.idobjectvalidator.constant
Methods in io.mosip.kernel.core.idobjectvalidator.constant that return IdObjectValidatorErrorConstant Modifier and Type Method Description static IdObjectValidatorErrorConstantIdObjectValidatorErrorConstant. valueOf(String name)Returns the enum constant of this type with the specified name.static IdObjectValidatorErrorConstant[]IdObjectValidatorErrorConstant. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IdObjectValidatorErrorConstant in io.mosip.kernel.core.idobjectvalidator.exception
Constructors in io.mosip.kernel.core.idobjectvalidator.exception with parameters of type IdObjectValidatorErrorConstant Constructor Description IdObjectIOException(IdObjectValidatorErrorConstant errorConstant)Instantiates a new id object IO exception.IdObjectIOException(IdObjectValidatorErrorConstant errorConstant, Throwable rootCause)Instantiates a new id object IO exception.IdObjectValidationFailedException(IdObjectValidatorErrorConstant errorConstant, List<ServiceError> errors)Instantiates a new id object validation processing exception.
-