public class Panda extends Base{//报错如下:// Multiple markers at this line// - overrides com.xb.Base.amethod// - Exception Exception is not compatible with throws clause in // Base.amethod(int)public void amethod(int i) throws Exception{} }class Base{public void amethod(int i){}}
添加回答
举报
0/150
提交
取消