Package com.itextpdf.text.pdf
Class PdfXConformanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.itextpdf.text.pdf.PdfIsoConformanceException
-
- com.itextpdf.text.pdf.PdfXConformanceException
-
- All Implemented Interfaces:
java.io.Serializable
public class PdfXConformanceException extends PdfIsoConformanceException
- Author:
- psoares
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfXConformanceException()
Creates a new instance of PdfXConformanceException.PdfXConformanceException(java.lang.String s)
Creates a new instance of PdfXConformanceException.
-