|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExceptionProvider
An exception provider for a ProcessingMessage
The main use of this interface is in processing messages themselves:
ProcessingReport, for instance, uses a message's ProcessingMessage.asException() method to throw the exception associated
with that message. The latter method just returns the result of doException(ProcessingMessage) with this as an argument.
SimpleExceptionProvider,
ProcessingMessage,
ProcessingReport| Method Summary | |
|---|---|
ProcessingException |
doException(ProcessingMessage message)
Return an exception associated with a message |
| Method Detail |
|---|
ProcessingException doException(ProcessingMessage message)
message - the message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||