类 CodeBasedExceptionAdvice

java.lang.Object
org.babyfish.jimmer.spring.client.CodeBasedExceptionAdvice

@ControllerAdvice public class CodeBasedExceptionAdvice extends Object
  • 字段详细资料

  • 构造器详细资料

    • CodeBasedExceptionAdvice

      public CodeBasedExceptionAdvice(JimmerProperties properties)
  • 方法详细资料

    • handle

      @ExceptionHandler public org.springframework.http.ResponseEntity<Map<String,Object>> handle(org.babyfish.jimmer.error.CodeBasedException ex)
    • notice

      protected void notice()
    • resultMap

      protected Map<String,Object> resultMap(org.babyfish.jimmer.error.CodeBasedException ex)
    • debugInfoMap

      protected Map<String,Object> debugInfoMap(Throwable ex)