System.out.println("Person Constructor...")
}
public void eat() throws OneException {
System.out.println("Person eat...")
}
public void say() throws TwoException {
System.out.println("Person say...")
}
}
System.out.println("Person Constructor...")
}
public void eat() throws OneException {
System.out.println("Person eat...")
}
public void say() throws TwoException {
System.out.println("Person say...")
}
}