KEEPER31337 / Homepage-Back

키퍼 홈페이지 백엔드

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

서기 관련 Exception들을 ExceptionAdvice에 추가한다.

gusah009 opened this issue · comments

사전 수행 issue

이슈 내용

서기 관련 Exception들이 ExceptionAdvice에 등록되어 있지 않은 것을 확인했습니다.

이는 어떤 CustomException이든 API에서 RuntimeException으로 받는다는 뜻이므로, 등록되지 않은 Exception들을 ExceptionAdvice에 등록하여야 합니다.

이슈 수행 사항

  • CustomAttendanceAbsenceExcuseIsNullException 추가
  • CustomDuplicateAbsenceLogException 추가
  • CustomDuplicateSeminarException 추가
  • CustomMeritLogNotFoundException 추가
  • CustomMeritTypeNotFoundException 추가
  • CustomSeminarAttendanceNotFoundException 추가
  • CustomSeminarAttendanceStatusNotFoundException 추가
  • CustomSeminarNotFoundException 추가
  • CustomSurveyInVisibleException 추가
  • CustomSurveyMemberReplyNotFoundException 추가
  • CustomSurveyNotFoundException 추가