Package io.deephaven.lang.shared.lsp
Class CompletionCancelled
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.deephaven.lang.shared.lsp.CompletionCancelled
-
- All Implemented Interfaces:
java.io.Serializable
public class CompletionCancelled extends java.lang.RuntimeExceptionThrown from the document parser if the user has updated the document while an ongoing completion request was blocking on stale input. This is used to fast-path quitting a completion request because the document was invalidated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompletionCancelled()
-