Uses of Class
com.itextpdf.commons.exceptions.ITextException
-
-
Uses of ITextException in com.itextpdf.barcodes.exceptions
Subclasses of ITextException in com.itextpdf.barcodes.exceptions Modifier and Type Class Description classWriterExceptionA base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework. -
Uses of ITextException in com.itextpdf.commons.exceptions
Subclasses of ITextException in com.itextpdf.commons.exceptions Modifier and Type Class Description classAggregatedExceptionComposite exception class.classProductEventHandlerRepeatExceptionThe class represents a signal to the event handler that it is necessary to repeat the handling of the current event.classUnknownProductExceptionAn exception notifies that unknown product was found in iText ecosystem. -
Uses of ITextException in com.itextpdf.forms.exceptions
Subclasses of ITextException in com.itextpdf.forms.exceptions Modifier and Type Class Description classAttributeNotFoundExceptionThis class represents iText exception that should be thrown when the attribute with given name is not found in the object attributes list.classXfdfExceptionThis class represents iText exception that should be thrown when some errors occur while working with XFDF objects (XFDF file is XML-based Acrobat Forms Data Format). -
Uses of ITextException in com.itextpdf.io.exceptions
Subclasses of ITextException in com.itextpdf.io.exceptions Modifier and Type Class Description classFontCompressionExceptionGeneral compressed font parsing exception.classIOExceptionException class for exceptions in io module. -
Uses of ITextException in com.itextpdf.kernel.crypto.securityhandler
Subclasses of ITextException in com.itextpdf.kernel.crypto.securityhandler Modifier and Type Class Description classUnsupportedSecurityHandlerException -
Uses of ITextException in com.itextpdf.kernel.exceptions
Subclasses of ITextException in com.itextpdf.kernel.exceptions Modifier and Type Class Description classBadPasswordExceptionBad password exception.classInvalidXRefPrevExceptionException class for invalid prev pointer in xref structure.classMemoryLimitsAwareExceptionException class for exceptions occurred during decompressed pdf streams processing.classPdf20ConformanceExceptionException that is thrown when the PDF Document doesn't adhere to the PDF 2.0 specification.classPdfExceptionException class for exceptions in kernel module.classXrefCycledReferencesExceptionException class for infinite loop in xref structure. -
Uses of ITextException in com.itextpdf.kernel.mac
Subclasses of ITextException in com.itextpdf.kernel.mac Modifier and Type Class Description classMacValidationExceptionException class for MAC validation errors. -
Uses of ITextException in com.itextpdf.kernel.pdf.canvas.parser.util
Subclasses of ITextException in com.itextpdf.kernel.pdf.canvas.parser.util Modifier and Type Class Description static classInlineImageParsingUtils.InlineImageParseExceptionSimple class in case users need to differentiate an exception from processing inline images vs other exceptions -
Uses of ITextException in com.itextpdf.pdfa.exceptions
Subclasses of ITextException in com.itextpdf.pdfa.exceptions Modifier and Type Class Description classPdfAConformanceExceptionException that is thrown when the PDF Document doesn't adhere to the PDF/A specification. -
Uses of ITextException in com.itextpdf.pdfua.exceptions
Subclasses of ITextException in com.itextpdf.pdfua.exceptions Modifier and Type Class Description classPdfUAConformanceExceptionException that is thrown when the PDF Document doesn't adhere to the PDF/UA specification. -
Uses of ITextException in com.itextpdf.styledxmlparser.exceptions
Subclasses of ITextException in com.itextpdf.styledxmlparser.exceptions Modifier and Type Class Description classReadingByteLimitExceptionThrown when the limit on the number of bytes read was violated.classStyledXMLParserExceptionRuntime exception that gets thrown if something goes wrong in the HTML to PDF conversion. -
Uses of ITextException in com.itextpdf.svg.exceptions
Subclasses of ITextException in com.itextpdf.svg.exceptions Modifier and Type Class Description classSvgProcessingExceptionException thrown byISvgProcessorwhen it cannot process an SVG
-