Class ExceptionHandler


  • public class ExceptionHandler
    extends java.lang.Object
    Handles the exception by logging it.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleSqlException​(java.sql.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

        public void handleSqlException​(@Parameter
                                       java.sql.SQLException ex)