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){}
}
智慧大石
牧羊人nacy
相关分类