Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • PackagedIOException

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