Searched refs:CompletionHandlerException (Results 1 – 7 of 7) sorted by relevance
51 { 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>()
149 unhandled = listOf({ it -> it is CompletionHandlerException }) in <lambda>()
108 assertTrue(tryCancel.exception is CompletionHandlerException) in <lambda>()
13 public class CompletionHandlerException(message: String, cause: Throwable) : RuntimeException(messa… class
217 … CompletionHandlerException("Exception in invokeOnCancellation handler for $this", ex) in <lambda>()239 … CompletionHandlerException("Exception in resume onCancellation handler for $this", ex) in <lambda>()
320 …handleOnCompletionException(CompletionHandlerException("Exception in completion handler $state for… in <lambda>()371 … exception = CompletionHandlerException("Exception in completion handler $node for $this", ex) in <lambda>()
142 public final class kotlinx/coroutines/CompletionHandlerException : java/lang/RuntimeException {