org.omnaest.utils.events.exception.basic
Class ExceptionHandlerEPrintStackTrace
java.lang.Object
org.omnaest.utils.events.exception.basic.ExceptionHandlerEPrintStackTrace
- All Implemented Interfaces:
- Serializable, ExceptionHandler, ExceptionHandlerSerializable
public class ExceptionHandlerEPrintStackTrace
- extends Object
- implements ExceptionHandlerSerializable
Simple ExceptionHandler which does call Throwable.printStackTrace()
- Author:
- Omnaest
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandlerEPrintStackTrace
public ExceptionHandlerEPrintStackTrace()
handleException
public void handleException(Exception e)
- Description copied from interface:
ExceptionHandler
- Handles the given
Exception
- Specified by:
handleException in interface ExceptionHandler
- Parameters:
e - Exception
Copyright © 2013. All Rights Reserved.