public static class PdfFileEditor.CorruptedItem extends Object
Class which provides information about corrupted files in time of concatenation.
Modifier and Type | Method and Description |
---|---|
Throwable |
getException()
Exception thrown for this file which indicates problem with the file.
|
int |
getIndex()
Index of corrupted file.
|
public int getIndex()
Index of corrupted file.
public Throwable getException()
Exception thrown for this file which indicates problem with the file.