|
The im4java Library, Version 1.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.im4java.utils.BatchConverter.ConvertException
public class BatchConverter.ConvertException
This nested exception wraps the original exception of failed conversions. It has a field with the index of the image causing the failure.
Constructor Summary | |
---|---|
BatchConverter.ConvertException(int pIndex,
java.lang.Exception pCause)
The constructor. |
Method Summary | |
---|---|
int |
getIndex()
Query the index of the image causing the falure. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BatchConverter.ConvertException(int pIndex, java.lang.Exception pCause)
pIndex
- The index causing the failurepCause
- The original exceptionMethod Detail |
---|
public int getIndex()
|
The im4java Library, Version 1.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |