HomeSort by relevance Sort by last modified time
    Searched full:runtimeexception (Results 3226 - 3250 of 7326) sorted by null

<<121122123124125126127128129130>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetDecoderTest.java 289 // RuntimeException
293 } catch (RuntimeException e) {
517 } catch (RuntimeException e) {
823 throw new RuntimeException("runtime");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionTest.java 310 throw new RuntimeException(e);
315 throw new RuntimeException(e);
320 throw new RuntimeException(server.getException());
325 throw new RuntimeException(client.getException());
  /libcore/luni/src/main/java/org/w3c/dom/
DOMException.java 33 public class DOMException extends RuntimeException {
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 93 throw new RuntimeException(
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStreamTest.java 49 throw new RuntimeException();
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 200 throw new RuntimeException("Could not clear security provider", e);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 35 throw new RuntimeException("Unexpected exception " + parseException.getMessage(), parseException);
  /libcore/metrictests/memory/apps/src/libcore/heapdumper/
AbstractMetricInstrumentation.java 141 throw new RuntimeException("Exception writing error file!", e2);
  /libcore/ojluni/src/main/java/java/lang/
Exception.java 34 * subclasses of {@link RuntimeException} are <em>checked
  /libcore/ojluni/src/main/java/java/lang/reflect/
InvocationHandler.java 82 * unchecked exception types {@code java.lang.RuntimeException}
  /libcore/ojluni/src/main/java/java/security/cert/
X509CRLSelector.java 331 * Throw a RuntimeException if the argument is malformed.
334 * into a RuntimeException. This method should be used when the object being
342 * @throws RuntimeException if a parsing error occurs
348 throw new RuntimeException(ioe);
  /libcore/ojluni/src/main/java/java/util/
ConcurrentModificationException.java 70 public class ConcurrentModificationException extends RuntimeException {
  /libcore/ojluni/src/test/java/nio/file/attribute/
BasicFileAttributeViewTest.java 47 throw new RuntimeException(msg);
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestCharLiteralParser.java 134 } catch (RuntimeException ex) {
TestStringLiteralParser.java 137 } catch (RuntimeException ex) {
  /libcore/ojluni/src/test/java/util/stream/
TestDoubleSumAverage.java 44 throw new RuntimeException("Found " + failures + " numerical failure(s).");
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 155 throw new RuntimeException(e);
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 147 throw new RuntimeException(e);
  /packages/apps/Camera2/src/com/android/camera/one/v1/
LegacyOneCameraManagerImpl.java 64 } catch (RuntimeException ex) {
  /packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
JpegImageBackendImageSaver.java 93 throw new RuntimeException(e);
YuvImageBackendImageSaver.java 94 throw new RuntimeException(e);
  /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensPickerUtils.java 130 throw new RuntimeException("No activityInfo or serviceInfo. This should not happen!");
  /packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
QuickSettingGridAdapter.java 144 throw new RuntimeException("unknown viewType: " + viewType);
  /packages/apps/Car/Settings/src/com/android/car/settings/security/
ConfirmLockPinPasswordFragment.java 89 throw new RuntimeException("The activity must implement CheckLockListener");
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapWorkerOptions.java 95 throw new RuntimeException("Both Icon and ResourceUri are null");

Completed in 1254 milliseconds

<<121122123124125126127128129130>>