Class IOIndexedException

All Implemented Interfaces:
Serializable

public class IOIndexedException extends IOException
A IOException associated with a source index.
Since:
2.7
See Also:
  • Constructor Details

    • IOIndexedException

      public IOIndexedException(int index, Throwable cause)
      Constructs a new exception.
      Parameters:
      index - index of this exception.
      cause - cause exceptions.
  • Method Details

    • getIndex

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