Class RestResponseExceptionHandler
java.lang.Object
ch.admin.bit.jeap.initializer.api.RestResponseExceptionHandler
-
Constructor Details
-
RestResponseExceptionHandler
public RestResponseExceptionHandler()
-
-
Method Details
-
handleTemplateNotFoundException
@ExceptionHandler(TemplateNotFoundException.class) public org.springframework.http.ResponseEntity<String> handleTemplateNotFoundException(TemplateNotFoundException ex) -
handleTemplateParameterNotFoundException
@ExceptionHandler(TemplateParameterMissingException.class) public org.springframework.http.ResponseEntity<String> handleTemplateParameterNotFoundException(TemplateParameterMissingException ex) -
handleTemplateModuleNotFoundException
@ExceptionHandler(TemplateModuleNotFoundException.class) public org.springframework.http.ResponseEntity<String> handleTemplateModuleNotFoundException(TemplateModuleNotFoundException ex)
-