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:
Serializable
public class PdfAConformanceException extends PdfIsoConformanceException
- See Also:
PdfIsoConformanceException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfAConformanceException()
PdfAConformanceException(Object object, String message)
PdfAConformanceException(String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getObject()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
object
protected Object object
-
-
Constructor Detail
-
PdfAConformanceException
public PdfAConformanceException()
- See Also:
PdfIsoConformanceException()
-
PdfAConformanceException
public PdfAConformanceException(String s)
- See Also:
PdfIsoConformanceException(String)
-
-
Method Detail
-
getObject
public Object getObject()
-
-