@ControllerAdvice public class VocabularyExceptionController extends Object
| Constructor and Description |
|---|
VocabularyExceptionController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
exception(VocabularyNotFoundException e) |
@ResponseStatus(value=NOT_FOUND) @ExceptionHandler(value=VocabularyNotFoundException.class) public org.springframework.web.servlet.ModelAndView exception(VocabularyNotFoundException e)
Copyright © 2026. All rights reserved.