org.apache.wicket
Class DefaultExceptionMapper

java.lang.Object
  extended by org.apache.wicket.DefaultExceptionMapper
All Implemented Interfaces:
IExceptionMapper

public class DefaultExceptionMapper
extends java.lang.Object
implements IExceptionMapper

If an exception is thrown when a page is being rendered this mapper will decide which error page to show depending on the exception type and application configuration


Constructor Summary
DefaultExceptionMapper()
           
 
Method Summary
 IRequestHandler map(java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExceptionMapper

public DefaultExceptionMapper()
Method Detail

map

public IRequestHandler map(java.lang.Exception e)
Specified by:
map in interface IExceptionMapper
Returns:
IRequestHandler for given exception


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