TeamFILL-IN / server-renew

spring base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExceptionHandling

daehwan2da opened this issue · comments

  • FillIn Server 의 Exception 을 일괄적으로 Handling 할 수 있도록 추상화를 구현한다.
  • Spring Exception Handling 로직을 개발한다.

Detail

  • FillInException
    • base Exception 으로 이후 도메인별 FillInException 상속 후 각 도메인에서 필요에 맞게 Exception 을 처리하도록 추상화한다.
  • FillInErrorCode
    • 각 도메인별 ErrorCode 를 상속해 정의해 FillInException 에서 활용하도록 추상화한다.