Lines Matching refs:ex

67                     | SecurityException ex) {
68 throw new Abort(ex);
81 } catch (NoSuchMethodException | SecurityException ex) {
82 throw new Abort(ex);
106 } catch (InvocationTargetException ex) {
107 if (ex.getCause() instanceof IllegalArgumentException) {
108 throw (IllegalArgumentException) ex.getCause();
110 throw new Abort(ex);
112 } catch (IllegalAccessException | IllegalArgumentException | SecurityException ex) {
113 throw new Abort(ex);
132 } catch (ClassNotFoundException | NoSuchMethodException | SecurityException ex) {
133 throw new Abort(ex);
158 | SecurityException ex) {
159 throw new Abort(ex);
178 } catch (ClassNotFoundException | NoSuchMethodException | SecurityException ex) {
179 throw new Abort(ex);
204 | SecurityException ex) {
205 throw new Abort(ex);
215 | SecurityException ex) {
216 throw new Abort(ex);
223 } catch (IllegalAccessException | InvocationTargetException ex) {
224 throw new Abort(ex);
232 } catch (IllegalAccessException | InvocationTargetException ex) {
233 throw new Abort(ex);
257 } catch (ClassNotFoundException | NoSuchMethodException | SecurityException ex) {
258 throw new Abort(ex);
288 | SecurityException ex) {
289 throw new Abort(ex);
313 } catch (ClassNotFoundException | NoSuchMethodException | SecurityException ex) {
314 throw new Abort(ex);
337 | SecurityException ex) {
338 throw new Abort(ex);
348 | SecurityException ex) {
349 throw new Abort(ex);
360 | SecurityException ex) {
361 throw new Abort(ex);
381 } catch (ClassNotFoundException | NoSuchMethodException | SecurityException ex) {
382 throw new Abort(ex);
402 | SecurityException ex) {
403 throw new Abort(ex);
417 } catch (ClassNotFoundException | NoSuchMethodException | SecurityException ex) {
418 throw new Abort(ex);
434 } catch (InvocationTargetException ex) {
435 if (ex.getCause() instanceof IOException) {
436 throw IOException.class.cast(ex.getCause());
438 throw new Abort(ex);
439 } catch (IllegalAccessException | IllegalArgumentException | SecurityException ex) {
440 throw new Abort(ex);
454 } catch (ClassNotFoundException | NoSuchMethodException | SecurityException ex) {
455 throw new Abort(ex);