com.lowagie.text
Class DocumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lowagie.text.DocumentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadElementException, PdfException

public class DocumentException
extends Exception

Signals that an error has occurred in a Document.

See Also:
BadElementException, Document, DocWriter, DocListener, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DocumentException()
          Constructs a DocumentException whithout a message.
DocumentException(String message)
          Constructs a DocumentException with a message.
 
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()
Constructs a DocumentException whithout a message.


DocumentException

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

Parameters:
message - a message describing the exception