Uses of Class
com.caucho.portal.generic.ExceptionEvent

Packages that use ExceptionEvent
com.caucho.portal.generic   
 

Uses of ExceptionEvent in com.caucho.portal.generic
 

Methods in com.caucho.portal.generic with parameters of type ExceptionEvent
 void PortletServlet.handleException(RenderRequest request, RenderResponse response, ExceptionEvent event)
          Optionally handle an exception by sending some output to the client using the response or by hiding the window.
 void Window.handleException(RenderRequest renderRequest, RenderResponse renderResponse, ExceptionEvent exceptionEvent)
          Optionally handle an exception by sending some output to the client using the response or by hiding the window.
 void GenericWindow.handleException(RenderRequest request, RenderResponse response, ExceptionEvent event)
          Optionally handle an exception by sending some output to the client using the response or by hiding the window.