Save This Page
Home » iText-2.1.7 » 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.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 BadPdfFormatException() 
 BadPdfFormatException(String message) 
    Constructs a BadPdfFormatException with a message.
    Parameters:
    message - a message describing the exception
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait