Home | History | Annotate | Download | only in ui

Lines Matching defs:OperationCanceledException

27 import org.eclipse.core.runtime.OperationCanceledException;
921 if (subMonitor.isCanceled()) throw new OperationCanceledException();
932 if (subMonitor.isCanceled()) throw new OperationCanceledException();
963 catch (OperationCanceledException oce) {