Package uk.ac.starlink.table
Class IteratorRowSequence.PackagedIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.starlink.table.IteratorRowSequence.PackagedIOException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- IteratorRowSequence
public static class IteratorRowSequence.PackagedIOException extends java.lang.RuntimeException
Unchecked exception class to be used for smuggling IOExceptions out of the next method of an Iterator for use by IteratorRowSequence- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PackagedIOException(java.io.IOException e)
Construct an unchecked exception packaging a given IOException.
-