org.tynamo.exceptionpage.services
Class ExceptionHandlerImpl

java.lang.Object
  extended by org.tynamo.exceptionpage.services.ExceptionHandlerImpl
All Implemented Interfaces:
ExceptionHandler

public class ExceptionHandlerImpl
extends Object
implements ExceptionHandler


Constructor Summary
ExceptionHandlerImpl(Map<Class,Class> configuration)
           
 
Method Summary
 Map<Class<? extends RuntimeException>,Class<? extends org.apache.tapestry5.services.ExceptionReporter>> getConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlerImpl

public ExceptionHandlerImpl(Map<Class,Class> configuration)
Method Detail

getConfiguration

public Map<Class<? extends RuntimeException>,Class<? extends org.apache.tapestry5.services.ExceptionReporter>> getConfiguration()
Specified by:
getConfiguration in interface ExceptionHandler


Copyright © 2004-2010. All Rights Reserved.