org.apache.wicket.request
Interface IExceptionMapper

All Known Implementing Classes:
DefaultExceptionMapper

public interface IExceptionMapper

Maps exception to IRequestHandler.


Method Summary
 IRequestHandler map(java.lang.Exception e)
           
 

Method Detail

map

IRequestHandler map(java.lang.Exception e)
Parameters:
e -
Returns:
IRequestHandler for given exception


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