Uses of Class
com.itextpdf.kernel.exceptions.PdfException
-
-
Uses of PdfException in com.itextpdf.kernel.crypto.securityhandler
Subclasses of PdfException in com.itextpdf.kernel.crypto.securityhandler Modifier and Type Class Description class
UnsupportedSecurityHandlerException
-
Uses of PdfException in com.itextpdf.kernel.exceptions
Subclasses of PdfException in com.itextpdf.kernel.exceptions Modifier and Type Class Description class
BadPasswordException
Bad password exception.class
InvalidXRefPrevException
Exception class for invalid prev pointer in xref structure.class
MemoryLimitsAwareException
Exception class for exceptions occurred during decompressed pdf streams processing.class
XrefCycledReferencesException
Exception class for infinite loop in xref structure.Methods in com.itextpdf.kernel.exceptions that return PdfException Modifier and Type Method Description PdfException
PdfException. setMessageParams(java.lang.Object... messageParams)
Sets additional params for Exception message. -
Uses of PdfException in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that throw PdfException Modifier and Type Method Description static Rectangle
Rectangle. createBoundingRectangleFromQuadPoint(PdfArray quadPoints)
Create the bounding rectangle for the given array of quadpoints.static java.util.List<Rectangle>
Rectangle. createBoundingRectanglesFromQuadPoint(PdfArray quadPoints)
Create a list of bounding rectangles from an 8 x n array of Quadpoints. -
Uses of PdfException in com.itextpdf.kernel.pdf.canvas.parser.util
Subclasses of PdfException in com.itextpdf.kernel.pdf.canvas.parser.util Modifier and Type Class Description static class
InlineImageParsingUtils.InlineImageParseException
Simple class in case users need to differentiate an exception from processing inline images vs other exceptions -
Uses of PdfException in com.itextpdf.pdfa.exceptions
Subclasses of PdfException in com.itextpdf.pdfa.exceptions Modifier and Type Class Description class
PdfAConformanceException
Exception that is thrown when the PDF Document doesn't adhere to the PDF/A specification. -
Uses of PdfException in com.itextpdf.pdfua.exceptions
Subclasses of PdfException in com.itextpdf.pdfua.exceptions Modifier and Type Class Description class
PdfUAConformanceException
Exception that is thrown when the PDF Document doesn't adhere to the PDF/UA specification. -
Uses of PdfException in com.itextpdf.svg.exceptions
Subclasses of PdfException in com.itextpdf.svg.exceptions Modifier and Type Class Description class
SvgProcessingException
Exception thrown byISvgProcessor
when it cannot process an SVG
-