Uses of Class
com.flowingcode.backendcore.model.ErrorDescription
Packages that use ErrorDescription
-
Uses of ErrorDescription in com.flowingcode.backendcore.exception
Methods in com.flowingcode.backendcore.exception with type parameters of type ErrorDescriptionModifier and TypeMethodDescription<T extends ErrorDescription>
voidBaseException.addError(T error) Methods in com.flowingcode.backendcore.exception that return types with arguments of type ErrorDescriptionMethods in com.flowingcode.backendcore.exception with parameters of type ErrorDescriptionModifier and TypeMethodDescriptionprotected abstract BaseExceptionBaseException.newInstance(ErrorDescription error) protected BaseExceptionServiceException.newInstance(ErrorDescription error) Constructors in com.flowingcode.backendcore.exception with parameters of type ErrorDescriptionModifierConstructorDescriptionBaseException(Throwable cause, ErrorDescription error) ServiceException(Throwable cause, ErrorDescription error) Constructor parameters in com.flowingcode.backendcore.exception with type arguments of type ErrorDescriptionModifierConstructorDescriptionBaseException(Throwable cause, List<ErrorDescription> errors) BaseException(List<ErrorDescription> errors) ServiceException(Throwable cause, List<ErrorDescription> errors) ServiceException(List<ErrorDescription> errors) -
Uses of ErrorDescription in com.flowingcode.backendcore.validation
Methods in com.flowingcode.backendcore.validation that return types with arguments of type ErrorDescriptionMethods in com.flowingcode.backendcore.validation with parameters of type ErrorDescriptionModifier and TypeMethodDescriptionprotected BaseExceptionCreationValidationException.newInstance(ErrorDescription error) protected BaseExceptionDeletionValidationException.newInstance(ErrorDescription error) protected BaseExceptionUpdateValidationException.newInstance(ErrorDescription error) protected BaseExceptionValidationException.newInstance(ErrorDescription error) Method parameters in com.flowingcode.backendcore.validation with type arguments of type ErrorDescriptionModifier and TypeMethodDescriptionstatic <T> Validator<T>Validator.forCondition(Predicate<T> predicate, Function<T, ErrorDescription> errorSupplier) ValidatorBuilder.forCondition(Predicate<T> predicate, Function<T, ErrorDescription> errorSupplier) Constructors in com.flowingcode.backendcore.validation with parameters of type ErrorDescriptionConstructor parameters in com.flowingcode.backendcore.validation with type arguments of type ErrorDescriptionModifierConstructorDescriptionValidationException(Throwable cause, List<ErrorDescription> errors) ValidationException(List<ErrorDescription> errors)