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

<<41424344454647484950>>

  /frameworks/support/room/rxjava2/src/main/java/androidx/room/
EmptyResultSetException.java 23 public class EmptyResultSetException extends RuntimeException {
  /libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level2.java 48 throw new RuntimeException("problem creating dom test suite", e);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SampleBundleClass.java 33 throw new RuntimeException();
  /libcore/luni/src/main/java/libcore/util/
SneakyThrow.java 32 SneakyThrow.<RuntimeException>sneakyThrow_(t);
  /libcore/luni/src/test/java/libcore/sun/security/x509/
KeyUsageExtensionTest.java 53 throw new RuntimeException(e);
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 78 throw new RuntimeException("Unable to create url: " + urlSpec, e);
91 throw new RuntimeException("Unable to create temp folder: " + folder, e);
116 throw new RuntimeException(
173 throw new RuntimeException("Failed to load resource: " + name);
  /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/
SavePasswordWorkerTest.java 54 doThrow(new RuntimeException()).when(worker).saveLock();
SavePatternWorkerTest.java 54 doThrow(new RuntimeException()).when(worker).saveLock();
  /packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DefaultFutureCallback.java 41 throw new RuntimeException(throwable);
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
TempDirectory.java 34 throw new RuntimeException(
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboSource.java 40 throw new RuntimeException("bad path: " + path);
Path.java 130 throw new RuntimeException("malformed path:" + s);
144 throw new RuntimeException("unbalanced brace in path:" + s);
159 throw new RuntimeException("bad sequence: " + s);
173 throw new RuntimeException("unbalanced brace in path:" + s);
SecureSource.java 53 throw new RuntimeException("bad path: " + path);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraErrorCallback.java 31 throw new RuntimeException("Media server died.");
  /packages/apps/Settings/src/com/android/settings/datausage/
TemplatePreferenceCategory.java 50 throw new RuntimeException("null mTemplate for " + getKey());
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/
TempDirectory.java 36 throw new RuntimeException(
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
StringResourceMap.java 63 throw new RuntimeException(e.getMessage(), e);
65 throw new RuntimeException(e.getMessage() + " at line " + e.getLineNumber()
68 throw new RuntimeException(e.getMessage(), e);
70 throw new RuntimeException(e.getMessage(), e);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
InCallServiceFixture.java 58 throw new RuntimeException("Adapter is already set");
61 throw new RuntimeException("Adapter was never set");
69 throw new RuntimeException("Call " + call.getId() + " already added");
79 throw new RuntimeException("Call " + call.getId() + " not added yet");
  /platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/
AccountException.java 27 public class AccountException extends RuntimeException {
UiTimeoutException.java 27 public class UiTimeoutException extends RuntimeException {
UnknownUiException.java 29 public class UnknownUiException extends RuntimeException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
FileUtils.java 37 throw new RuntimeException(e);
  /system/tools/aidl/tests/java_app/src/android/aidl/tests/
TestLogger.java 33 throw new RuntimeException("Failed to open log file for writing.");
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
IOExceptionWrapper.java 26 public class IOExceptionWrapper extends RuntimeException {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
ReadOnlyException.java 31 public final class ReadOnlyException extends RuntimeException {

Completed in 1143 milliseconds

<<41424344454647484950>>