所有的覆写方法,必须加@Override注解

feature/model
2 years ago
parent 7cc9d17424
commit 96970ff951

@ -45,6 +45,7 @@ public class GlobalException extends RuntimeException
return this; return this;
} }
@Override
public String getMessage() public String getMessage()
{ {
return message; return message;

Loading…
Cancel
Save