com.itextpdf.text.pdf
Class PdfAConformanceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.itextpdf.text.pdf.PdfIsoConformanceException
                  extended by com.itextpdf.text.pdf.PdfAConformanceException
All Implemented Interfaces:
Serializable

public class PdfAConformanceException
extends PdfIsoConformanceException

See Also:
PdfIsoConformanceException, Serialized Form

Field Summary
protected  Object object
           
 
Constructor Summary
PdfAConformanceException()
           
PdfAConformanceException(Object object, String message)
           
PdfAConformanceException(String s)
           
 
Method Summary
 Object getObject()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

protected Object object
Constructor Detail

PdfAConformanceException

public PdfAConformanceException()
See Also:
PdfIsoConformanceException.PdfIsoConformanceException()

PdfAConformanceException

public PdfAConformanceException(String s)
See Also:
PdfIsoConformanceException#PdfIsoConformanceException(String)

PdfAConformanceException

public PdfAConformanceException(Object object,
                                String message)
Method Detail

getObject

public Object getObject()


Copyright © 2013. All Rights Reserved.