org.apache.tapestry.error
Interface StaleLinkExceptionPresenter

All Known Implementing Classes:
PortletStaleLinkExceptionPresenter, StaleLinkExceptionPresenterImpl

public interface StaleLinkExceptionPresenter

Service interface for informing the user about a StaleLinkException.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 void presentStaleLinkException(IRequestCycle cycle, StaleLinkException cause)
          Reports the stale link exception.
 

Method Detail

presentStaleLinkException

void presentStaleLinkException(IRequestCycle cycle,
                               StaleLinkException cause)
                               throws IOException
Reports the stale link exception.

Parameters:
cycle - the current request cycle
cause - the exception that was caught
Throws:
IOException


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.