public class AbortExecutionException
extends java.lang.RuntimeException
execution is to be silently aborted.
This is a signal to the command stack to behave as if canExecute returned false.
Only a command that has not changed the state of the model should be aborted in this way.| Constructor and Description |
|---|
AbortExecutionException()
Constructs an new instance.
|
AbortExecutionException(java.lang.String message)
Constructs a new instance with the given message.
|
AbortExecutionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance with the given message and cause.
|
AbortExecutionException(java.lang.Throwable cause)
Constructs a new instance with the given message and cause.
|
public AbortExecutionException()
public AbortExecutionException(java.lang.String message,
java.lang.Throwable cause)
message - a description of the reason for aborting.cause - an indication of why execution was aborted.public AbortExecutionException(java.lang.String message)
message - a description of the reason for aborting.public AbortExecutionException(java.lang.Throwable cause)
cause - an indication of why execution was aborted.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature