@ExceptionAdvice public class TestExceptionAdvice extends Object
| 构造器和说明 |
|---|
TestExceptionAdvice() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
handleException(Exception ex) |
String |
handleException(MyException ex) |
@ExceptionType(value=MyException.class) public String handleException(MyException ex)
@ExceptionType(value=java.lang.Exception.class) public String handleException(Exception ex)
Copyright © 2018. All rights reserved.