Package com.lowagie.text.pdf
Class PdfXConformanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.lowagie.text.pdf.PdfXConformanceException
-
- All Implemented Interfaces:
java.io.Serializable
public class PdfXConformanceException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PdfXConformanceException()
Creates a new instance of PdfXConformanceException.PdfXConformanceException(java.lang.String s)
Creates a new instance of PdfXConformanceException.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PdfXConformanceException
public PdfXConformanceException()
Creates a new instance of PdfXConformanceException.
-
PdfXConformanceException
public PdfXConformanceException(java.lang.String s)
Creates a new instance of PdfXConformanceException.- Parameters:
s
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
-
-