T - type of the exceptionpublic abstract class EMFStoreCommandWithException<T> extends EMFStoreCommand
| Constructor and Description |
|---|
EMFStoreCommandWithException() |
| Modifier and Type | Method and Description |
|---|---|
T |
getException()
Get the exception that occured if any.
|
boolean |
hasException()
Determine if exception occured on execution.
|
run, runcanUndo, execute, getRuntimeException, redo, shouldIgnoreExceptionspublic T getException()
public boolean hasException()
Copyright © 2017. All rights reserved.