예제 #1
0
 public void abortOther()
 {
     other = new JustSomeClass();
     doThrow(10, other);
 }
예제 #2
0
    public void abortOther () {
	other = new JustSomeClass ();
	doThrow (10, other);
    }