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 IOException
- Reports the stale link exception.
- Parameters:
cycle - the current request cyclecause - the exception that was caught
- Throws:
IOException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.