Package com.itextpdf.pdfua.exceptions
Class PdfUAConformanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.kernel.exceptions.PdfException
com.itextpdf.pdfua.exceptions.PdfUAConformanceException
- All Implemented Interfaces:
-
Serializable
Exception that is thrown when the PDF Document doesn't adhere to the PDF/UA specification.
- See Also:
-
Field Summary
Fields inherited from class com.itextpdf.kernel.exceptions.PdfException
object
-
Constructor Summary
ConstructorDescriptionPdfUAConformanceException
(String message) Creates a PdfUAConformanceException.PdfUAConformanceException
(String message, Exception cause) Creates a PdfUAConformanceException. -
Method Summary
Methods inherited from class com.itextpdf.kernel.exceptions.PdfException
getMessage, getMessageParams, setMessageParams
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdfUAConformanceException
Creates a PdfUAConformanceException.- Parameters:
-
message
- the error message
-
PdfUAConformanceException
Creates a PdfUAConformanceException.- Parameters:
-
message
- the detail message. -
cause
- the cause.
-