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:
Serializable
Thrown 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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompletionCancelled
public CompletionCancelled()
-