Package com.itextpdf.pdfa.exceptions
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:
java.io.Serializable
public class PdfAConformanceException extends PdfException
Exception that is thrown when the PDF Document doesn't adhere to the PDF/A specification.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.itextpdf.kernel.exceptions.PdfException
object
-
-
Constructor Summary
Constructors Constructor Description PdfAConformanceException(java.lang.String message)
Creates a PdfAConformanceException.PdfAConformanceException(java.lang.String message, java.lang.Object object)
Creates a PdfAConformanceException.
-
Method Summary
-
Methods inherited from class com.itextpdf.kernel.exceptions.PdfException
getMessage, getMessageParams, setMessageParams
-
-
-
-
Constructor Detail
-
PdfAConformanceException
public PdfAConformanceException(java.lang.String message)
Creates a PdfAConformanceException.- Parameters:
message
- the error message
-
PdfAConformanceException
public PdfAConformanceException(java.lang.String message, java.lang.Object object)
Creates a PdfAConformanceException.- Parameters:
message
- the error messageobject
- an object
-
-