Interface Contextual
- All Known Subinterfaces:
ContextualBatch, ContextualSuspendedBatch, Transactional, TransactionalSuspendedBatch
- All Known Implementing Classes:
AbstractContextualBatch, DefaultTransactionalBatch, SimpleContextualBatch
public interface Contextual
Implemented by contextual batch views.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
getName
-
attach
Attach this context to the specified exception.- Parameters:
e- an exception to which to attach this context.
-