|
||||||||||
| 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.itextpdf.text.DocumentException
public class DocumentException
Signals that an error has occurred in a Document.
BadElementException,
Document,
DocWriter,
DocListener,
Serialized Form| Constructor Summary | |
|---|---|
DocumentException()
Constructs a DocumentException without a message. |
|
DocumentException(java.lang.Exception ex)
Creates a Document exception. |
|
DocumentException(java.lang.String message)
Constructs a DocumentException 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 |
| Constructor Detail |
|---|
public DocumentException(java.lang.Exception ex)
ex - an exception that has to be turned into a DocumentExceptionpublic DocumentException()
DocumentException without a message.
public DocumentException(java.lang.String message)
DocumentException 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 | |||||||||