Class CycleErrorHandler.Triple<T,​R>

  • Enclosing interface:
    CycleErrorHandler<T extends java.lang.Throwable,​R>

    public static class CycleErrorHandler.Triple<T,​R>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long cycle  
      T error  
      java.lang.String msg  
      R result  
    • Constructor Summary

      Constructors 
      Constructor Description
      Triple​(T error, long cycle, java.lang.String msg, R result)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • error

        public T error
      • cycle

        public long cycle
      • msg

        public java.lang.String msg
      • result

        public R result
    • Constructor Detail

      • Triple

        public Triple​(T error,
                      long cycle,
                      java.lang.String msg,
                      R result)