Lines Matching refs:exc

19         catch(java.io.FileNotFoundException exc) { }
20 catch(java.io.IOException exc) { } // 6: ok; latest: unreachable
27 catch(java.io.FileNotFoundException exc) { }
28 catch(java.io.IOException exc) { } //ok
35 catch(java.io.FileNotFoundException exc) { }
43 catch(java.io.FileNotFoundException exc) { }
51 catch(Exception exc) { } //ok
58 catch(Exception exc) { } //ok
65 catch(Throwable exc) { } //ok
72 catch(Throwable exc) { } //ok
79 catch(Throwable exc) { } //ok
86 catch(Error exc) { }
87 catch(Throwable exc) { } //ok
94 catch(Error exc) { }
95 catch(Throwable exc) { } //ok
102 catch(Error exc) { }
103 catch(Throwable exc) { } //ok
110 catch(RuntimeException exc) { }
111 catch(Throwable exc) { } // ok
118 catch(RuntimeException exc) { }
119 catch(Throwable exc) { } // ok
126 catch(RuntimeException exc) { }
127 catch(Throwable exc) { } // ok
134 catch(RuntimeException exc) { }
135 catch(Exception exc) { } //ok
142 catch(RuntimeException exc) { }
143 catch(Exception exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
150 catch(RuntimeException exc) { }
151 catch(Exception exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
158 catch(RuntimeException exc) { }
159 catch(InterruptedException exc) { }
160 catch(Exception exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
167 catch(RuntimeException exc) { }
168 catch(InterruptedException exc) { } //never thrown in try
169 catch(Exception exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
176 catch(RuntimeException exc) { }
177 catch(InterruptedException exc) { } //never thrown in try
178 catch(Exception exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
185 catch(RuntimeException exc) { }
186 catch(Exception exc) { } // ok
193 catch(RuntimeException exc) { }
194 catch(Exception exc) { } // 6: ok; latest: ok (Exception/Throwable always allowed)
201 catch(RuntimeException exc) { }
202 catch(Exception exc) { } // 6: ok; latest: ok (Exception/Throwable always allowed)
209 catch(RuntimeException exc) { }
210 catch(Error exc) { }
211 catch(Throwable exc) { } //ok
218 catch(RuntimeException exc) { }
219 catch(Error exc) { }
220 catch(Throwable exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
227 catch(RuntimeException exc) { }
228 catch(Error exc) { }
229 catch(Throwable exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
236 catch(RuntimeException exc) { }
237 catch(Error exc) { }
238 catch(InterruptedException exc) { }
239 catch(Throwable exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
246 catch(RuntimeException exc) { }
247 catch(Error exc) { }
248 catch(InterruptedException exc) { } //never thrown in try
249 catch(Throwable exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
256 catch(RuntimeException exc) { }
257 catch(Error exc) { }
258 catch(InterruptedException exc) { } //never thrown in try
259 catch(Throwable exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
266 catch(RuntimeException exc) { }
267 catch(Error exc) { }
268 catch(Throwable exc) { } //ok
275 catch(RuntimeException exc) { }
276 catch(Error exc) { }
277 catch(Throwable exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
284 catch(RuntimeException exc) { }
285 catch(Error exc) { }
286 catch(Throwable exc) { } //6: ok; latest: ok (Exception/Throwable always allowed)
293 catch(InterruptedException exc) { } //ok
300 catch(InterruptedException exc) { } //never thrown in try
307 catch(InterruptedException exc) { } //never thrown in try