---
title: "GestureCancellationException"
description: "A gesture was canceled and cannot continue, likely because another gesture has taken over the
pointer input stream."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
class GestureCancellationException(message: String? = null) : CancellationException(message)
```


A gesture was canceled and cannot continue, likely because another gesture has taken over the
pointer input stream.



