java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intellij.openapi.progress.ProcessCanceledException
- 所有已实现的接口:
ControlFlowException,Serializable
An exception indicating that the currently running operation was terminated and should finish as soon as possible.
Usually, this exception should not be caught, swallowed, logged, or handled in any way. Instead, it should be rethrown so that the infrastructure can handle it correctly.
This exception can happen during almost any IDE activity, e.g. any PSI query,
fleet.com.intellij.openapi.extensions.ExtensionPointName#getExtensions,
fleet.com.intellij.openapi.actionSystem.AnAction#update, etc.
- 另请参阅:
-
ProgressIndicator#checkCanceled()- General Threading Rules
- 序列化表格
-
构造器概要
构造器限定符构造器说明protectedProcessCanceledException(@NotNull String message) ProcessCanceledException(@Nullable Throwable cause) -
方法概要
-
构造器详细资料
-
ProcessCanceledException
public ProcessCanceledException() -
ProcessCanceledException
-
ProcessCanceledException
-