Class OrderedInputProcessingException

All Implemented Interfaces:
Serializable

@PublicAPI @Beta @Deprecated(forRemoval=true) @SubjectToRemoval(date=JAN_01_2025) public class OrderedInputProcessingException extends IllegalArgumentException
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement.
Processing an item from an ordered list of items failed.
See Also:
  • Constructor Details

    • OrderedInputProcessingException

      public OrderedInputProcessingException(int inputIndex, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Construct.
      Parameters:
      inputIndex - Associated element index. Expected to be 0-based.
      cause - Cause
    • OrderedInputProcessingException

      public OrderedInputProcessingException(OrderedElement<?> input, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Construct.
      Parameters:
      input - Associated element
      cause - Cause
  • Method Details

    • getInputIndex

      public int getInputIndex()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Represented element index.
      Returns:
      Represented element index