Package | Description |
---|---|
org.apache.pdfbox.preflight.exception | |
org.apache.pdfbox.preflight.javacc |
Modifier and Type | Class and Description |
---|---|
class |
BodyParseException
This Exception is thrown if an validation error occurs during the javacc validation in the PDF Body.
|
class |
CrossRefParseException
This Exception is thrown if an validation error occurs during the javacc validation in the PDF Cross Ref table.
|
class |
HeaderParseException
This Exception is thrown if an validation error occurs during the javacc validation in the PDF Header.
|
class |
PdfParseException
A PdfParseException is thrown when the JavaCC Parser can't validate the pdf file.
|
class |
TrailerParseException
This Exception is thrown if an validation error occurs during the javacc validation in the PDF Trailer.
|
Constructor and Description |
---|
BodyParseException(ParseException e) |
CrossRefParseException(ParseException e) |
HeaderParseException(ParseException e) |
PdfParseException(ParseException e)
This constructor clones the given ParseException and initialize the errorCode if it is possible.
|
TrailerParseException(ParseException e) |
Modifier and Type | Method and Description |
---|---|
ParseException |
PDFParser.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFParser.array_of_object() |
void |
PDFParser.dictionary_object() |
void |
PDFParser.indirect_object() |
void |
PDFParser.object_content() |
static boolean |
PDFParser.parse(InputStream is) |
void |
PDFParser.PDF_body() |
void |
PDFParser.PDF_cross_ref_table() |
void |
PDFParser.PDF_header() |
void |
PDFParser.PDF_linearized_modified() |
void |
PDFParser.PDF_trailer_dictionnary() |
void |
PDFParser.PDF_Trailer_XRefOffset() |
void |
PDFParser.PDF() |
void |
PDFParser.start_literal() |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.