|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.emf.common.command.AbortExecutionException
public class AbortExecutionException
An exception thrown when a command's 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 Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||