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:
Serializable
- Enclosing class:
- IteratorRowSequence
Unchecked exception class to be used for smuggling
IOExceptions out of
the next method of an Iterator for use by
IteratorRowSequence
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an unchecked exception packaging a given IOException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PackagedIOException
Construct an unchecked exception packaging a given IOException.- Parameters:
e
- the packaged exception
-