Class IOIndexedException

    • Constructor Detail

      • IOIndexedException

        public IOIndexedException​(int index,
                                  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.