Home
last modified time | relevance | path

Searched refs:getCause (Results 1 – 19 of 19) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
DIOExceptionWrapper.java39 public IOException getCause() { in getCause() method in IOExceptionWrapper
40 return (IOException) super.getCause(); in getCause()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DITestInvocationListener.java83 if (failure.getCause() != null) { in invocationFailed()
84 invocationFailed(failure.getCause()); in invocationFailed()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/
DGCSConfigurationServer.java167 throw new ConfigurationException(e.getMessage(), e.getCause()); in currentHostname()
192 throw new ConfigurationException(e.getMessage(), e.getCause()); in downloadFileToInputStream()
200 throw new ConfigurationException(e.getMessage(), e.getCause()); in downloadFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestBase.java610 if (e.getCause() != null) { in getExceptionMessage()
612 msgBuilder.append(e.getCause().getClass().getSimpleName()); in getExceptionMessage()
613 if (e.getCause().getMessage() != null) { in getExceptionMessage()
615 msgBuilder.append(e.getCause().getMessage()); in getExceptionMessage()
/tools/tradefederation/core/src/com/android/tradefed/util/executor/
DParallelDeviceExecutor.java72 mErrors.add(execException.getCause()); in invokeAll()
/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceConcurrentUtil.java63 Throwable t = e.getCause(); in joinFuture()
DSubprocessEventHelper.java271 if (failure.getCause() != null) { in InvocationFailedEventInfo()
272 mCause = failure.getCause(); in InvocationFailedEventInfo()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporter.java85 Throwable cause = failure.getCause(); in invocationFailed()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java361 throw new ConfigurationException(e.getMessage(), e.getCause()); in findConfigName()
892 if (e.getCause() != null && in loadAndPrintAllConfigs()
893 e.getCause() instanceof ClassNotFoundException) { in loadAndPrintAllConfigs()
894 ClassNotFoundException cnfe = (ClassNotFoundException) e.getCause(); in loadAndPrintAllConfigs()
DConfigurationXmlParser.java432 if (e.getCause() instanceof ConfigurationException) { in throwConfigException()
433 throw (ConfigurationException)e.getCause(); in throwConfigException()
DConfigurationDef.java254 cause = e.getCause(); in createConfiguration()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DFailureDescription.java96 public @Nullable Throwable getCause() { in getCause() method in FailureDescription
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java233 assertTrue(invocFailureCaptured.getCause() instanceof RuntimeException); in testEvents()
277 assertTrue(invocFailureCaptured.getCause() instanceof RuntimeException); in testEvents_invocationFailure()
318 assertTrue(invocFailureCaptured.getCause() instanceof RuntimeException); in testEvents_invocationFailure_errorNotSet()
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DTimingsLogParserTest.java264 e.getCause().toString().startsWith("java.text.ParseException")); in testParseGenericTiming_wrongTimeFormat()
/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DLocalFileRecord.java393 if (e.getCause() instanceof DataFormatException) { in outputUncompressedData()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java534 Throwable baseException = mInvocationFailureDescription.getCause(); in handleInvocationFailure()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2132 if (e.getCause() != null) { in getExceptionMessage()
2134 msgBuilder.append(e.getCause().getClass().getSimpleName()); in getExceptionMessage()
2135 if (e.getCause().getMessage() != null) { in getExceptionMessage()
2137 msgBuilder.append(e.getCause().getMessage()); in getExceptionMessage()
/tools/apksig/src/test/java/com/android/apksig/
DApkVerifierTest.java672 e = e.getCause(); in testV1SchemeSignatureCertNotReencoded()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...