|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand
org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommand
org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommandWithException<T>
T - type of the exceptionpublic abstract class EMFStoreCommandWithException<T>
Abstract superclass for commands that are run on the EMFStore command stack and can throw eceptions.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand |
|---|
org.eclipse.emf.common.command.AbstractCommand.NonDirtying |
| Constructor Summary | |
|---|---|
EMFStoreCommandWithException()
|
|
| Method Summary | |
|---|---|
T |
getException()
Get the exception that occured if any. |
boolean |
hasException()
Determine if exception occured on execution. |
| Methods inherited from class org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommand |
|---|
run, run |
| Methods inherited from class org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand |
|---|
canUndo, execute, getRuntimeException, redo, shouldIgnoreExceptions |
| Methods inherited from class org.eclipse.emf.common.command.AbstractCommand |
|---|
canExecute, chain, dispose, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString, undo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EMFStoreCommandWithException()
| Method Detail |
|---|
public T getException()
public boolean hasException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||