Class QualityExceptionHandler
java.lang.Object
com.bytedesk.core.quality.exception.QualityExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ErrorResponse>
org.springframework.http.ResponseEntity<ErrorResponse>
org.springframework.http.ResponseEntity<ErrorResponse>
-
Constructor Details
-
QualityExceptionHandler
public QualityExceptionHandler()
-
-
Method Details
-
handleQualityException
@ExceptionHandler(QualityException.class) public org.springframework.http.ResponseEntity<ErrorResponse> handleQualityException(QualityException ex) -
handleInspectionNotFound
@ExceptionHandler(QualityInspectionNotFoundException.class) public org.springframework.http.ResponseEntity<ErrorResponse> handleInspectionNotFound(QualityInspectionNotFoundException ex) -
handleRuleNotFound
@ExceptionHandler(QualityRuleNotFoundException.class) public org.springframework.http.ResponseEntity<ErrorResponse> handleRuleNotFound(QualityRuleNotFoundException ex)
-