Package com.unosquare.carmigo.exception
Class ExceptionBuilder
java.lang.Object
com.unosquare.carmigo.exception.ExceptionBuilder
Builder an error exception.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.http.ResponseEntity<ErrorResponse>
buildErrorResponseRepresentation
(org.springframework.http.HttpStatus httpStatus, String message) Builds an error response.
-
Constructor Details
-
ExceptionBuilder
public ExceptionBuilder()
-
-
Method Details
-
buildErrorResponseRepresentation
public static org.springframework.http.ResponseEntity<ErrorResponse> buildErrorResponseRepresentation(org.springframework.http.HttpStatus httpStatus, String message) Builds an error response.- Parameters:
httpStatus
- the errorHttpStatus
.message
- what happened.- Returns:
- a
ResponseEntity
.
-