Class IteratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
fr.inria.rules.integraal.util.stream.IteratorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParseException

public class IteratorException extends IOException
Signals an exception raised while iterating over a stream-like structure.
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 a cause.
      Parameters:
      message - message of the exception
      cause - cause of the exception
    • IteratorException

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

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