|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphCommand
The base interface for all repository commands
Method Summary | |
---|---|
Throwable |
getError()
Get the error for this command. |
boolean |
hasError()
Return true if this command has an error . |
boolean |
hasNoError()
Convenience method that is equivalent to ! |
boolean |
isCancelled()
Return whether this command has been cancelled. |
void |
setError(Throwable error)
Set the error for this command. |
Method Detail |
---|
boolean isCancelled()
void setError(Throwable error)
error
- the exceptiongetError()
,
hasError()
,
hasNoError()
Throwable getError()
setError(Throwable)
,
hasError()
,
hasNoError()
boolean hasError()
error
.
getError()
,
setError(Throwable)
,
hasNoError()
boolean hasNoError()
!hasError()
.
getError()
,
setError(Throwable)
,
hasError()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |