Class LoadErrorHandlingPolicy.LoadErrorInfo

  • Enclosing interface:
    LoadErrorHandlingPolicy

    public static final class LoadErrorHandlingPolicy.LoadErrorInfo
    extends Object
    Holds information about a load task error.
    • Field Detail

      • exception

        public final IOException exception
        The exception associated to the load error.
      • errorCount

        public final int errorCount
        The number of errors this load task has encountered, including this one.
    • Constructor Detail