Class PostExceptionHandler
- java.lang.Object
-
- com.restapi.template.api.community.post.controller.PostExceptionHandler
-
@ControllerAdvice @Order(-2147483648) public class PostExceptionHandler extends java.lang.Object게시글 서비스에서 발생하는 Exception Handler.- Version:
- 1.0
- Author:
- always0ne
-
-
Constructor Summary
Constructors Constructor Description PostExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorResponsehandleCommentNotFound(PostNotFoundException exception)없는 게시글 예외 발생.
-
-
-
Method Detail
-
handleCommentNotFound
@ExceptionHandler(PostNotFoundException.class) @ResponseStatus(NOT_FOUND) @ResponseBody public ErrorResponse handleCommentNotFound(PostNotFoundException exception)
없는 게시글 예외 발생.- Parameters:
exception- 없는 게시글 예외- Returns:
- NOT_FOUND
-
-