java.io.SerializableBadElementException, PdfExceptionpublic class DocumentException
extends java.lang.Exception
Document.BadElementException,
Document,
DocWriter,
DocListener,
Serialized Form| Constructor | Description |
|---|---|
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. |
DocumentException(java.lang.String message,
java.lang.Exception ex) |
Constructs a
DocumentException with a message and a
Exception. |
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 exceptionpublic DocumentException(java.lang.String message,
java.lang.Exception ex)
DocumentException with a message and a
Exception.message - a message describing the exceptionex - an exception that has to be turned into a DocumentExceptionCopyright © 1998–2018. All rights reserved.