Interface LoggingAwareExecuter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean onLogException​(org.apache.commons.logging.Log logger, java.lang.Throwable t, java.lang.String message)
      Optional logging of errors callback for the action executer for the cases when the error might be ignored or shown in a different manner for the action
    • Method Detail

      • onLogException

        boolean onLogException​(org.apache.commons.logging.Log logger,
                               java.lang.Throwable t,
                               java.lang.String message)
        Optional logging of errors callback for the action executer for the cases when the error might be ignored or shown in a different manner for the action
        Parameters:
        logger - the logger
        t - the exception thrown
        message - the proposed message that will be logged
        Returns:
        true if it was handled, false for default handling