PdfFileEditor.CorruptedItem

Inheritance: java.lang.Object

public static class PdfFileEditor.CorruptedItem

Class which provides information about corrupted files in time of concatenation.

Methods

MethodDescription
getIndex()Index of corrupted file.
getException()Exception thrown for this file which indicates problem with the file.

getIndex()

public int getIndex()

Index of corrupted file.

Returns: int - int value

getException()

public Throwable getException()

Exception thrown for this file which indicates problem with the file.

Returns: java.lang.Throwable - Throwable element