All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gustavovitor.exceptions.ValidationException Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
package com.github.gustavovitor.exceptions;

import lombok.AllArgsConstructor;
import lombok.Getter;
import org.springframework.validation.BindingResult;

@Getter
@AllArgsConstructor
public class ValidationException extends RuntimeException {
    private BindingResult bindingResult;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy