net.officefloor.tutorial.exceptionhttpserver
Class ExceptionHandler

java.lang.Object
  extended by net.officefloor.tutorial.exceptionhttpserver.ExceptionHandler

public class ExceptionHandler
extends Object

Handles the exception by logging it.

Author:
Daniel Sagenschneider

Constructor Summary
ExceptionHandler()
           
 
Method Summary
 void handleSqlException(SQLException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

handleSqlException

@NextTask(value="TechnicalFault")
public void handleSqlException(@Parameter
                                             SQLException ex)


Copyright © 2005-2011. All Rights Reserved.