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 class
WriterException
A 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 class
AggregatedException
Composite exception class.class
ProductEventHandlerRepeatException
The class represents a signal to the event handler that it is necessary to repeat the handling of the current event.class
UnknownProductException
An 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 class
AttributeNotFoundException
This class represents iText exception that should be thrown when the attribute with given name is not found in the object attributes list.class
XfdfException
This 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 class
FontCompressionException
class
IOException
Exception 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 class
UnsupportedSecurityHandlerException
-
Uses of ITextException in com.itextpdf.kernel.exceptions
Subclasses of ITextException 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
PdfException
Exception class for exceptions in kernel module.class
XrefCycledReferencesException
Exception 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 class
MacValidationException
Exception 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 class
InlineImageParsingUtils.InlineImageParseException
Simple 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 class
PdfAConformanceException
Exception 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 class
PdfUAConformanceException
Exception 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 class
ReadingByteLimitException
Thrown when the limit on the number of bytes read was violated.class
StyledXMLParserException
Runtime 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 class
SvgProcessingException
Exception thrown byISvgProcessor
when it cannot process an SVG
-