T - result typeE - exception typepublic abstract class EMFStoreCommandWithResultAndException<T,E> extends EMFStoreCommandWithResult<T>
| Constructor and Description |
|---|
EMFStoreCommandWithResultAndException() |
| Modifier and Type | Method and Description |
|---|---|
E |
getException()
Get the exception that occured during command execution if any.
|
boolean |
hasException()
Determine if an exception occured during command execution.
|
run, runcanUndo, execute, getRuntimeException, redo, shouldIgnoreExceptionspublic EMFStoreCommandWithResultAndException()
public E getException()
public boolean hasException()
Copyright © 2017. All rights reserved.