Class FailedItem<T>


  • public class FailedItem<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FailedItem​(int index, T failedItem, java.lang.Exception cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getCause()  
      int getIndex()  
      T getItem()  
      • Methods inherited from class java.lang.Object

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

      • FailedItem

        public FailedItem​(int index,
                          T failedItem,
                          java.lang.Exception cause)
    • Method Detail

      • getItem

        public T getItem()
      • getCause

        public java.lang.Exception getCause()
      • getIndex

        public int getIndex()