Home
last modified time | relevance | path

Searched refs:getRootCause (Results 1 – 15 of 15) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/base/
DThrowablesTest.java555 assertSame(exception, Throwables.getRootCause(exception)); in testGetRootCause_NoCause()
561 assertSame(cause, Throwables.getRootCause(exception)); in testGetRootCause_SingleWrapped()
567 assertSame(cause, Throwables.getRootCause(exception)); in testGetRootCause_DoubleWrapped()
575 Throwables.getRootCause(cause); in testGetRootCause_Loop()
/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java555 assertSame(exception, Throwables.getRootCause(exception)); in testGetRootCause_NoCause()
561 assertSame(cause, Throwables.getRootCause(exception)); in testGetRootCause_SingleWrapped()
567 assertSame(cause, Throwables.getRootCause(exception)); in testGetRootCause_DoubleWrapped()
575 Throwables.getRootCause(cause); in testGetRootCause_Loop()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DHttp2OkHttpTest.java153 Throwable cause = Throwables.getRootCause(actualThrown); in wrongHostNameFailHostnameVerification()
201 Throwable cause = Throwables.getRootCause(actualThrown); in hostnameVerifierWithCorrectHostname()
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientTransportTest.java397 Throwable t = getRootCause(e); in bufferedStreamsShouldBeClosedWhenConnectionTerminates()
436 if (!(getRootCause(ex) instanceof CantConstructChannelError)) { in failingToConstructChannelShouldFailGracefully()
462 if (!(getRootCause(ex) instanceof CantConstructChannelError)) { in failingToConstructChannelShouldFailGracefully()
482 Throwable rootCause = getRootCause(e); in maxHeaderListSizeShouldBeEnforcedOnClient()
576 private Throwable getRootCause(Throwable t) { in getRootCause() method in NettyClientTransportTest
580 return getRootCause(t.getCause()); in getRootCause()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DClassUtil.java397 public static Throwable getRootCause(Throwable t) in getRootCause() method in ClassUtil
413 return throwIfIOE(getRootCause(t)); in throwRootCauseIfIOE()
456 throwAsIAE(getRootCause(t)); in unwrapAndThrowAsIAE()
466 throwAsIAE(getRootCause(t), msg); in unwrapAndThrowAsIAE()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DSettableAnyProperty.java212 Throwable t = ClassUtil.getRootCause(e); in _throwAsIOE()
DSettableBeanProperty.java622 Throwable th = ClassUtil.getRootCause(e); in _throwAsIOE()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DTemplateVars.java134 Throwables.getRootCause(exception).initCause(t); in retryParseAfterException()
/external/guava/android/guava/src/com/google/common/base/
DThrowables.java254 public static Throwable getRootCause(Throwable throwable) { in getRootCause() method in Throwables
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DFactoryBasedEnumDeserializer.java223 t = ClassUtil.getRootCause(t); in throwOrReturnThrowable()
DFromStringDeserializer.java307 ClassUtil.getRootCause(e)); in _deserialize()
/external/guava/guava/src/com/google/common/base/
DThrowables.java254 public static Throwable getRootCause(Throwable throwable) { in getRootCause() method in Throwables
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/
DClassUtilTest.java100 assertSame(e, ClassUtil.getRootCause(wrapper)); in testExceptionHelpers()
/external/dagger2/javatests/dagger/functional/producers/monitoring/
DMonitoringTest.java156 assertThat(Throwables.getRootCause(e)).isSameInstanceAs(cause); in basicMonitoringWithFailure()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java313 prob = ClassUtil.getRootCause(e); in findClass()
320 prob = ClassUtil.getRootCause(e); in findClass()