Class ExceptionHandler
- java.lang.Object
-
- net.officefloor.tutorial.exceptionhttpserver.ExceptionHandler
-
public class ExceptionHandler extends java.lang.Object
Handles the exception by logging it.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleSqlException(java.sql.SQLException ex)
-
-
-
Method Detail
-
handleSqlException
public void handleSqlException(@Parameter java.sql.SQLException ex)
-
-