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
A IOException associated with a source index.
- Since:
- 2.7
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IOIndexedExceptionConstructs a new exception.- Parameters:
- index- index of this exception.
- cause- cause exceptions.
 
 
- 
- 
Method Details- 
toMessageConverts input to a suitable String for exception message.- Parameters:
- index- An index into a source collection.
- cause- A cause.
- Returns:
- A message.
 
- 
getIndexThe index of this exception.- Returns:
- index of this exception.
 
 
-