|
|||||||||
| 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
public class PdfException
Signals that an unspecified problem while constructing a PDF document.
BadPdfFormatException,
Serialized Form| Constructor Summary | |
|---|---|
PdfException()
Constructs a PdfException whithout a message. |
|
PdfException(java.lang.Exception ex)
|
|
PdfException(java.lang.String message)
Constructs a PdfException 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 |
|---|
public PdfException(java.lang.Exception ex)
PdfException()
PdfException whithout a message.
PdfException(java.lang.String message)
PdfException 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 | ||||||||