Class ExceptionController

java.lang.Object
io.github.xezzon.zeroweb.common.exception.ExceptionController

@RestController public class ExceptionController extends Object
Author:
xezzon
  • Constructor Details

    • ExceptionController

      public ExceptionController()
  • Method Details

    • repeatDataException

      @RequestMapping("/RepeatDataException") public void repeatDataException()
    • noValidClasspathException

      @RequestMapping("/NoValidClasspathException") public void noValidClasspathException()
    • entityNotFoundException

      @RequestMapping("/EntityNotFoundException") public void entityNotFoundException()
    • unsupportedOperationException

      @RequestMapping("/UnsupportedOperationException") public void unsupportedOperationException()
    • methodArgumentNotValidException

      @RequestMapping("/MethodArgumentNotValidException") public void methodArgumentNotValidException(@RequestBody @Validated ValidEntity entity)
    • dataPermissionForbiddenException

      @RequestMapping("/DataPermissionForbiddenException") public void dataPermissionForbiddenException()