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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serial version UID
-
Constructor Summary
Constructors Constructor Description PdfIsoConformanceException()
Creates a new instance of PdfIsoConformanceException.PdfIsoConformanceException(java.lang.String s)
Creates a new instance of PdfIsoConformanceException.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version UID- See Also:
- Constant Field Values
-
-