Class DocumentException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadElementException, PdfException

@Deprecated public class DocumentException extends RuntimeException
Deprecated.
Signals that an error has occurred in a Document.
See Also:
  • Constructor Details

    • DocumentException

      public DocumentException(Exception ex)
      Deprecated.
      Creates a Document exception.
      Parameters:
      ex - an exception that has to be turned into a DocumentException
    • DocumentException

      public DocumentException()
      Deprecated.
      Constructs a DocumentException without a message.
    • DocumentException

      public DocumentException(String message)
      Deprecated.
      Constructs a DocumentException with a message.
      Parameters:
      message - a message describing the exception