Package org.apache.commons.io
Class IOIndexedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.commons.io.IOIndexedException
-
- All Implemented Interfaces:
Serializable
public class IOIndexedException extends IOException
A IOException associated with a source index.- Since:
- 2.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOIndexedException(int index, Throwable cause)
Creates a new exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
The index of this exception.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IOIndexedException
public IOIndexedException(int index, Throwable cause)
Creates a new exception.- Parameters:
index
- index of this exception.cause
- cause exceptions.
-
-