public class IOIndexedException extends IOException
| Constructor and Description |
|---|
IOIndexedException(int index,
Throwable cause)
Creates a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
The index of this exception.
|
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.Jas4pp 1.5 © Java Analysis Studio for Particle Physics