Home | History | Annotate | Download | only in test

Lines Matching refs:exceptions

134         final Throwable[] exceptions = new Throwable[1];
140 exceptions[0] = throwable;
144 if (exceptions[0] != null) {
145 throw exceptions[0];
180 final Throwable[] exceptions = new Throwable[1];
186 exceptions[0] = throwable;
190 if (exceptions[0] != null) {
191 throw exceptions[0];
260 // Ignore security exceptions that are now thrown
291 // Ignore security exceptions that are now thrown
323 // Ignore security exceptions that are now thrown