| Interfaces | |
|---|---|
| ExceptionPresenter | Invoked by the IEngine if there's an uncaught exception (checked or runtime) processing a request. |
| RequestExceptionReporter | Service responsible for producing console output when there is an error processing the request (and the normal Exception page can not be displayed). |
| StaleLinkExceptionPresenter | Service interface for informing the user about a StaleLinkException . |
| StaleSessionExceptionPresenter | Interface for a service used to report stale session exceptions. |
| Classes | |
|---|---|
| ErrorMessages | No description provided. |
| ExceptionPresenterImpl | No description provided. |
| RequestExceptionReporterImpl | No description provided. |
| StaleLinkExceptionPresenterImpl | Implementation of StaleLinkExceptionPresenter that uses a page to present the exception. |
| StaleSessionExceptionPresenterImpl | Used to activate a particular page to report the StaleSessionException . |