org.jboss.seam.examples.booking.exceptioncontrol
Class GeneralExceptionHandler

java.lang.Object
  extended by org.jboss.seam.examples.booking.exceptioncontrol.GeneralExceptionHandler

@HandlesExceptions
public class GeneralExceptionHandler
extends Object

Logs all exceptions and allows the to propagate

Author:
Jose Freitas

Constructor Summary
GeneralExceptionHandler()
           
 
Method Summary
 void printExceptionMessage(org.jboss.solder.exception.control.CaughtException<Throwable> event, org.jboss.solder.logging.Logger log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralExceptionHandler

public GeneralExceptionHandler()
Method Detail

printExceptionMessage

public void printExceptionMessage(@Handles
                                  org.jboss.solder.exception.control.CaughtException<Throwable> event,
                                  org.jboss.solder.logging.Logger log)


Copyright © 2012 Seam Framework. All Rights Reserved.