Class LoggingExceptionCallback

java.lang.Object
com.helger.commons.callback.exception.LoggingExceptionCallback
All Implemented Interfaces:
IExceptionCallback<Throwable>, ICallback, IHasErrorLevel, IErrorIndicator, ISuccessIndicator

@ThreadSafe public class LoggingExceptionCallback extends Object implements IExceptionCallback<Throwable>, IHasErrorLevel
A specific implementation of the IExceptionCallback interface, that logs all exceptions to a standard logger.
Author:
Philip Helger
  • Constructor Details

    • LoggingExceptionCallback

      public LoggingExceptionCallback()
  • Method Details