com.lowagie.text.pdf
Class PdfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lowagie.text.DocumentException
              extended by com.lowagie.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 com.lowagie.text.DocumentException
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
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 © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.