public class FaultyPDFException
extends java.io.IOException
Exceptions of this type are thrown by PDFTextStream when it encounters such a serious error when attempting to process a PDF file that no extraction can take place. Such cases are most common when the file in question is not actually a PDF document (perhaps another type of document masquerading with a .PDF extension). In other circumstances, the document is either corrupt, or is significantly out of step with the official PDF file format specification(s). If Adobe Acrobat can successfully display the PDF file in question, then this exception being thrown is an indication of a PDFTextStream bug, and should be reported to Snowtide support.
The message
provided by this exception's getMessage() function should provide an indication of
the type of error that PDFTextStream encountered that prompted it to throw this exception.
Constructor and Description |
---|
FaultyPDFException() |
FaultyPDFException(java.lang.String arg0) |