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