Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
public class: BadPdfFormatException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         com.lowagie.text.DocumentException
            com.lowagie.text.pdf.PdfException
               com.lowagie.text.pdf.BadPdfFormatException

All Implemented Interfaces:
    Serializable

Signals that a bad PDF format has been used to construct a PdfObject.
Constructor:
 BadPdfFormatException() 
 BadPdfFormatException(String message) 
    Constructs a BadPdfFormatException with a message.
    Parameters:
    message - a message describing the exception
Methods from com.lowagie.text.DocumentException:
getLocalizedMessage,   getMessage,   printStackTrace,   printStackTrace,   printStackTrace,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait