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