com.lowagie.text
Class DocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lowagie.text.DocumentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadElementException, PdfException

public class DocumentException
extends java.lang.Exception

Signals that an error has occurred in a Document.

See Also:
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

DocumentException

public DocumentException(java.lang.Exception ex)
Creates a Document exception.

Parameters:
ex - an exception that has to be turned into a DocumentException

DocumentException

public DocumentException()
Constructs a DocumentException without a message.


DocumentException

public DocumentException(java.lang.String message)
Constructs a DocumentException with a message.

Parameters:
message - a message describing the exception


iText 2.1.7