public class IOIndexedException extends IOException
| Constructor and Description |
|---|
IOIndexedException(int index,
Throwable cause)
Constructs a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
The index of this exception.
|
protected static String |
toMessage(int index,
Throwable cause)
Converts input to a suitable String for exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IOIndexedException(int index,
Throwable cause)
index - index of this exception.cause - cause exceptions.