? IOIndexedException

????????:
Serializable

public class IOIndexedException extends IOException
A IOException associated with a source index.
???????:
2.7
????:
  • ???????

    • IOIndexedException

      public IOIndexedException(int index, Throwable cause)
      Creates a new exception.
      ??:
      index - index of this exception.
      cause - cause exceptions.
  • ??????

    • toMessage

      protected static String toMessage(int index, Throwable cause)
      Converts input to a suitable String for exception message.
      ??:
      index - An index into a source collection.
      cause - A cause.
      ??:
      A message.
    • getIndex

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