GlobalDefaultExceptionHandler

@ControllerAdvice
open class GlobalDefaultExceptionHandler

spring mvc全局异常处理

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@ResponseBody
@ExceptionHandler(value = IException::class)
open fun defaultExceptionHandler(e: IException): Result<Any>