Package com.itextpdf.text.pdf
Class PdfAConformanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.itextpdf.text.pdf.PdfIsoConformanceException
-
- com.itextpdf.text.pdf.PdfAConformanceException
-
- All Implemented Interfaces:
java.io.Serializable
public class PdfAConformanceException extends PdfIsoConformanceException
- See Also:
PdfIsoConformanceException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
object
private static long
serialVersionUID
Serial version UID.
-
Constructor Summary
Constructors Constructor Description PdfAConformanceException()
PdfAConformanceException(java.lang.Object object, java.lang.String message)
PdfAConformanceException(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getObject()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version UID.- See Also:
- Constant Field Values
-
object
protected java.lang.Object object
-
-
Constructor Detail
-
PdfAConformanceException
public PdfAConformanceException()
- See Also:
PdfIsoConformanceException()
-
PdfAConformanceException
public PdfAConformanceException(java.lang.String s)
- See Also:
PdfIsoConformanceException(String)
-
PdfAConformanceException
public PdfAConformanceException(java.lang.Object object, java.lang.String message)
-
-