com.itextpdf.text.pdf
Class PdfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.itextpdf.text.DocumentException
              extended by com.itextpdf.text.pdf.PdfException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadPdfFormatException

public class PdfException
extends DocumentException

Signals that an unspecified problem while constructing a PDF document.

See Also:
BadPdfFormatException, Serialized Form

Constructor Summary
PdfException(Exception ex)
           
 
Method Summary
 
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
 

Constructor Detail

PdfException

public PdfException(Exception ex)


Copyright © 2013. All Rights Reserved.