@PublicAPI @Beta public class OrderedInputProcessingException extends IllegalArgumentException
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
| Constructor and Description |
|---|
OrderedInputProcessingException(int inputIndex,
Throwable cause)
Construct.
|
OrderedInputProcessingException(OrderedElement<?> input,
Throwable cause)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInputIndex()
Represented element index.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OrderedInputProcessingException(int inputIndex,
Throwable cause)
inputIndex - Associated element index. Expected to be 0-based.cause - Causepublic OrderedInputProcessingException(OrderedElement<?> input, Throwable cause)
input - Associated elementcause - Cause