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

<<131132133134135136137138139140>>

  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 221 throw new RuntimeException("Shouldn't happen");
275 throw new RuntimeException("Shouldn't happen");
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
GASMifierMethodVisitor.class 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventState.java 383 private static class EmbeddedDerivativeException extends RuntimeException {
408 private static class EmbeddedEventException extends RuntimeException {
  /external/apache-http/android/src/android/net/http/
AndroidHttpClient.java 98 throw new RuntimeException("This thread forbids HTTP requests");
156 private RuntimeException mLeakedException = new IllegalStateException(
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 679 if (t instanceof RuntimeException) {
680 throw (RuntimeException) t;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 561 throw new RuntimeException("X.509 CRL used with non X.509 Cert");
602 throw new RuntimeException("Cannot process certificate");
  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeSsl.java 86 throw new RuntimeException(e);
157 throw new RuntimeException("UTF-8 encoding not supported", e);
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java 170 throw new RuntimeException("Can't get FileDescriptor from socket", e);
557 throw new RuntimeException("Failed to get originalHostName", e);
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptEngineTest.java 472 default: { throw new RuntimeException("Unexpected SSLEngine status: " + status); }
532 throw new RuntimeException(e);
  /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
InlineDexmakerMockMaker.java 172 throw new RuntimeException(
271 } catch (RuntimeException e) {
  /external/doclava/src/com/google/doclava/
LinkReference.java 266 } catch (RuntimeException e) {
267 throw new RuntimeException("Failed to resolve class at " + pos, e);
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 175 // TODO(user): justify why we are catching Throwable and not RuntimeException
214 // TODO(user): justify why we are catching Throwable and not RuntimeException. Also, we
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java     [all...]
  /external/guice/core/src/com/google/inject/spi/
Elements.java 296 } catch(RuntimeException e) {
341 } catch (RuntimeException e) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
AnyTransliterator.java 191 } catch (RuntimeException e) { }
198 } catch (RuntimeException e) { }
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
AnyTransliterator.java 191 } catch (RuntimeException e) { }
198 } catch (RuntimeException e) { }
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ReportAPI.java 273 RuntimeException re = new RuntimeException(e.getMessage());
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
ExpressionCompatibleWithType.java 256 throw new RuntimeException("This should not happen");
259 throw new RuntimeException("This should not happen");
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 178 } catch (RuntimeException e) {
245 throw new RuntimeException(e);
  /external/libmojo/base/android/java/src/org/chromium/base/
CommandLine.java 242 * @throws RuntimeException if the file size exceeds |sizeLimit|.
254 throw new RuntimeException(
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Options.java 151 throw new RuntimeException();
578 throw new RuntimeException();
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 344 throw new RuntimeException("Failed to create an authorization header!");
410 throw new RuntimeException("Failed to create an authorization header!");
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 458 throw new RuntimeException("Could not clone!", ex);
503 if ( sipHeader == this ) throw new RuntimeException ("Unexpected circularity in SipHeaderList");
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 162 throw new RuntimeException( e );
264 throw new RuntimeException("Couldn't find value resource directory: " + result.getAbsolutePath() );
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntent.java 653 throw new RuntimeException(e);
655 throw new RuntimeException(e);

Completed in 1518 milliseconds

<<131132133134135136137138139140>>