|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.lowagie.text.DocumentException
com.lowagie.text.pdf.PdfException
com.lowagie.text.pdf.BadPdfFormatException
public class BadPdfFormatException
Signals that a bad PDF format has been used to construct a PdfObject.
PdfException,
PdfBoolean,
PdfNumber,
PdfString,
PdfName,
PdfDictionary,
Serialized Form| Constructor Summary | |
|---|---|
BadPdfFormatException()
Constructs a BadPdfFormatException whithout a message. |
|
BadPdfFormatException(java.lang.String message)
Constructs a BadPdfFormatException with a message. |
|
| 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 |
|---|
BadPdfFormatException()
BadPdfFormatException whithout a message.
BadPdfFormatException(java.lang.String message)
BadPdfFormatException with a message.
message - a message describing the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||