@ControllerAdvice public class AMSExceptionHandler extends Object
| 构造器和说明 |
|---|
AMSExceptionHandler() |
@ExceptionHandler(value=cn.schoolwow.quickflow.exception.QuickFlowRuntimeException.class) @ResponseBody public AMSResult handleException(cn.schoolwow.quickflow.exception.QuickFlowRuntimeException ex)
@ExceptionHandler(value=java.lang.Exception.class) @ResponseBody public AMSResult handleException(Exception ex)
Copyright © 2024. All rights reserved.