Uses of Class
company.tap.commondependencies.Errors.Errors
| Package | Description |
|---|---|
| company.tap.commondependencies.Errors | |
| company.tap.commondependencies.exceptions |
-
Uses of Errors in company.tap.commondependencies.Errors
Methods in company.tap.commondependencies.Errors that return Errors Modifier and Type Method Description static ErrorsErrors. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Errors[]Errors. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Errors in company.tap.commondependencies.exceptions
Methods in company.tap.commondependencies.exceptions that return Errors Modifier and Type Method Description ErrorsCustomErrorException. getErrors()Constructors in company.tap.commondependencies.exceptions with parameters of type Errors Constructor Description CustomErrorException(java.lang.String message, Errors errors, org.springframework.http.HttpStatus httpStatus)