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

All Known Implementing Classes:
HashedErrorHandler

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

    Nested Classes 
    Modifier and Type Interface Description
    static class  CycleErrorHandler.Triple<T,​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 Details

    • 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)