Class IteratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
fr.lirmm.graphik.util.stream.IteratorException
All Implemented Interfaces:
Serializable

public class IteratorException extends IOException
Exception thrown when iterating over a closeable iterator fails.
Author:
Clément Sipieter (INRIA) <clement@6pi.fr>
See Also:
  • Constructor Details

    • IteratorException

      public IteratorException(String message, Throwable cause)
      Creates an iterator exception with a message and cause.
      Parameters:
      message - the exception message
      cause - the underlying cause
    • IteratorException

      public IteratorException(String message)
      Creates an iterator exception with a message.
      Parameters:
      message - the exception message
    • IteratorException

      public IteratorException(Throwable e)
      Creates an iterator exception from another throwable.
      Parameters:
      e - the underlying cause