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:
 java.io.Serializable
public class IOIndexedException extends java.io.IOExceptionA IOException associated with a source index.- Since:
 - 2.7
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description IOIndexedException(int index, java.lang.Throwable cause)Creates a new exception. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()The index of this exception. 
 -