Interface CycleErrorHandler<T extends java.lang.Throwable,​R>

  • All Known Implementing Classes:
    HashedErrorHandler

    public interface CycleErrorHandler<T extends java.lang.Throwable,​R>
    • Method Summary

      Modifier and Type Method Description
      default R handleError​(long cycle, T error)  
      default R handleError​(long cycle, T error, long magnitude)  
      R handleError​(long cycle, T error, java.lang.String errMsg)  
    • Method Detail

      • handleError

        default R handleError​(long cycle,
                              T error)
      • handleError

        default R handleError​(long cycle,
                              T error,
                              long magnitude)
      • handleError

        R handleError​(long cycle,
                      T error,
                      java.lang.String errMsg)