Home
last modified time | relevance | path

Searched refs:CompletionHandlerException (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCancellableResumeTest.kt51 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
52 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
97 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
98 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
169 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
170 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
240 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
241 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
DCancellableContinuationHandlersTest.kt149 unhandled = listOf({ it -> it is CompletionHandlerException }) in <lambda>()
DJobTest.kt108 assertTrue(tryCancel.exception is CompletionHandlerException) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DExceptions.common.kt13 public class CompletionHandlerException(message: String, cause: Throwable) : RuntimeException(messa… class
DCancellableContinuationImpl.kt217CompletionHandlerException("Exception in invokeOnCancellation handler for $this", ex) in <lambda>()
239CompletionHandlerException("Exception in resume onCancellation handler for $this", ex) in <lambda>()
DJobSupport.kt320 …handleOnCompletionException(CompletionHandlerException("Exception in completion handler $state for… in <lambda>()
371 … exception = CompletionHandlerException("Exception in completion handler $node for $this", ex) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api142 public final class kotlinx/coroutines/CompletionHandlerException : java/lang/RuntimeException {