Class ApplicationExceptionMapper

java.lang.Object
io.leandev.appfuse.error.mapper.ApplicationExceptionMapper
All Implemented Interfaces:
ExceptionMapper<ApplicationException>

public class ApplicationExceptionMapper extends Object implements ExceptionMapper<ApplicationException>

AppFuse 自定義異常映射器

處理所有 ApplicationException 子類,轉換為 RFC 7807 ProblemDetail。

  • Constructor Details

    • ApplicationExceptionMapper

      public ApplicationExceptionMapper()
  • Method Details