Searched refs:someSubclassesThrow (Results 1 – 3 of 3) sorted by relevance
19 void someSubclassesThrow() throws Error { throw new Error("I always throw"); } in someSubclassesThrow() method in SubA24 void someSubclassesThrow() { System.out.println("I don't throw"); } in someSubclassesThrow() method in SubB29 void someSubclassesThrow() { System.out.println("I don't throw"); } in someSubclassesThrow() method in SubD34 void someSubclassesThrow() { System.out.println("I don't throw"); } in someSubclassesThrow() method in SubE152 a.someSubclassesThrow(); in noInlineSomeSubclassesThrow()
19 abstract void someSubclassesThrow(); in someSubclassesThrow() method in Super
19 void someSubclassesThrow() { System.out.println("I don't throw"); } in someSubclassesThrow() method in SubC