java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lowagie.text.DocumentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadElementException,PdfException
Deprecated.
Signals that an error has occurred in a
Document.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructs aDocumentExceptionwithout a message.Deprecated.Creates a Document exception.DocumentException(String message) Deprecated.Constructs aDocumentExceptionwith a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentException
Deprecated.Creates a Document exception.- Parameters:
ex- an exception that has to be turned into a DocumentException
-
DocumentException
public DocumentException()Deprecated.Constructs aDocumentExceptionwithout a message. -
DocumentException
Deprecated.Constructs aDocumentExceptionwith a message.- Parameters:
message- a message describing the exception
-