uk.ac.starlink.table
Class IteratorRowSequence.PackagedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
IteratorRowSequence.PackagedIOException(java.io.IOException e)
          Construct an unchecked exception packaging a given IOException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IteratorRowSequence.PackagedIOException

public IteratorRowSequence.PackagedIOException(java.io.IOException e)
Construct an unchecked exception packaging a given IOException.

Parameters:
e - the packaged exception

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.