org.apache.tapestry.error
Interface StaleLinkExceptionPresenter
- All Known Implementing Classes:
- StaleLinkExceptionPresenterImpl
public interface StaleLinkExceptionPresenter
Service interface for informing the user about a StaleLinkException
.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
presentStaleLinkException
void presentStaleLinkException(IRequestCycle cycle,
StaleLinkException cause)
throws java.io.IOException
- Reports the stale link exception.
- Parameters:
cycle
- the current request cyclecause
- the exception that was caught
- Throws:
java.io.IOException