|
|
||||||||
| 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| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
BadPdfFormatException()
Constructs a BadPdfFormatException without a message. |
|
BadPdfFormatException(java.lang.String message)
Constructs a BadPdfFormatException with a message. |
|
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
BadPdfFormatException()
BadPdfFormatException without a message.
BadPdfFormatException(java.lang.String message)
BadPdfFormatException with a message.
message - a message describing the exception
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||