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