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
- 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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IteratorRowSequence.PackagedIOException
public IteratorRowSequence.PackagedIOException(IOException e)
- Construct an unchecked exception packaging a given IOException.
- Parameters:
e
- the packaged exception