public class ReturnResultStorage<V>
extends java.lang.Object
| Constructor and Description |
|---|
ReturnResultStorage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exceptionThrown() |
java.lang.Exception |
getException() |
V |
getResult() |
void |
setException(java.lang.Exception e) |
void |
setResult(V v) |