Uses of Class
com.itextpdf.commons.exceptions.ITextException
Packages that use ITextException
Package
Description
-
Uses of ITextException in com.itextpdf.barcodes.exceptions
Subclasses of ITextException in com.itextpdf.barcodes.exceptionsModifier and TypeClassDescriptionfinal classA 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.exceptionsModifier and TypeClassDescriptionclassComposite exception class.final classThe class represents a signal to the event handler that it is necessary to repeat the handling of the current event.classAn 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.exceptionsModifier and TypeClassDescriptionclassThis class represents iText exception that should be thrown when the attribute with given name is not found in the object attributes list.classThis 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.exceptionsModifier and TypeClassDescriptionclassGeneral compressed font parsing exception.classException class for exceptions in io module.classThrown when the limit on the number of bytes read was violated. -
Uses of ITextException in com.itextpdf.io.resolver.resource
Methods in com.itextpdf.io.resolver.resource that return types with arguments of type ITextExceptionModifier and TypeMethodDescriptionprotected Supplier<ITextException>LimitedInputStream.getReadingByteLimitExceptionSupplier()Returns a supplier of the exception that will be thrown when the reading byte limit is violated. -
Uses of ITextException in com.itextpdf.kernel.crypto.securityhandler
Subclasses of ITextException in com.itextpdf.kernel.crypto.securityhandler -
Uses of ITextException in com.itextpdf.kernel.exceptions
Subclasses of ITextException in com.itextpdf.kernel.exceptionsModifier and TypeClassDescriptionclassBad password exception.classException class for invalid prev pointer in xref structure.classException class for exceptions occurred during decompressed pdf streams processing.classException that is thrown when the PDF Document doesn't adhere to the PDF 2.0 specification.classException class for exceptions in kernel module.classException class for infinite loop in xref structure. -
Uses of ITextException in com.itextpdf.kernel.mac
Subclasses of ITextException in com.itextpdf.kernel.macModifier and TypeClassDescriptionclassException 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.utilModifier and TypeClassDescriptionstatic classSimple 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.exceptionsModifier and TypeClassDescriptionclassException 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.exceptionsModifier and TypeClassDescriptionclassException that is thrown when the PDF Document doesn't adhere to the PDF/UA specification. -
Uses of ITextException in com.itextpdf.signatures.validation
Subclasses of ITextException in com.itextpdf.signatures.validationModifier and TypeClassDescriptionclassIn some cases we need to propagate the exception without @{link SafeCalling} mechanism converting it to report items. -
Uses of ITextException in com.itextpdf.signatures.validation.lotl
Subclasses of ITextException in com.itextpdf.signatures.validation.lotlModifier and TypeClassDescriptionclassThis exception is thrown when there is invalid data in the country-specific Lotl (List of Trusted Lists). -
Uses of ITextException in com.itextpdf.styledxmlparser.exceptions
Subclasses of ITextException in com.itextpdf.styledxmlparser.exceptionsModifier and TypeClassDescriptionclassDeprecated.classRuntime 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.exceptionsModifier and TypeClassDescriptionclassException thrown byISvgProcessorwhen it cannot process an SVG
ReadingByteLimitException