Class IteratorRowSequence.PackagedIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.starlink.table.IteratorRowSequence.PackagedIOException
All Implemented Interfaces:
Serializable
Enclosing class:
IteratorRowSequence

public static class IteratorRowSequence.PackagedIOException extends RuntimeException
Unchecked exception class to be used for smuggling IOExceptions out of the next method of an Iterator for use by IteratorRowSequence
See Also:
  • Constructor Details

    • PackagedIOException

      public PackagedIOException(IOException e)
      Construct an unchecked exception packaging a given IOException.
      Parameters:
      e - the packaged exception