Class CompletionCancelled

All Implemented Interfaces:
Serializable

public class CompletionCancelled extends RuntimeException
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 Details

    • CompletionCancelled

      public CompletionCancelled()