|
|
||||||||
| 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
public class DocumentException
Signals that an error has occurred in a Document.
BadElementException,
Document,
DocWriter,
DocListener,
Serialized Form| Field Summary | |
|---|---|
private static long |
serialVersionUID
A serial version UID |
| Constructor Summary | |
|---|---|
DocumentException()
Constructs a DocumentException without a message. |
|
DocumentException(Exception ex)
Creates a Document exception. |
|
DocumentException(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 |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public DocumentException(Exception ex)
ex - an exception that has to be turned into a DocumentExceptionpublic DocumentException()
DocumentException without a message.
public DocumentException(String message)
DocumentException 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 | ||||||||