Class IOIndexedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IOIndexedException
    extends java.io.IOException
    A IOException associated with a source index.
    Since:
    2.7
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IOIndexedException​(int index, java.lang.Throwable cause)
      Creates a new exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()
      The index of this exception.
      • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IOIndexedException

        public IOIndexedException​(int index,
                                  java.lang.Throwable cause)
        Creates a new exception.
        Parameters:
        index - index of this exception.
        cause - cause exceptions.
    • Method Detail

      • getIndex

        public int getIndex()
        The index of this exception.
        Returns:
        index of this exception.