public interface PersistentContext
Modifier and Type | Method and Description |
---|---|
void |
addError(Throwable cause)
Add a error to the list of errors of the context.
|
PersistenceException |
getErrors()
Get all errors collected to the moment in this context.
|
Iterator |
iterator()
Return an iterator over the states stored in this
context.
|
Iterator iterator()
void addError(Throwable cause)
cause
- PersistenceException getErrors()