Class DocumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ghost4j.document.DocumentException
All Implemented Interfaces:
Serializable

public class DocumentException extends Exception
Class representing a document exception. This exception may be thrown while handling a subclass of Document interface.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • DocumentException

      public DocumentException()
    • DocumentException

      public DocumentException(String message)
    • DocumentException

      public DocumentException(Throwable cause)
    • DocumentException

      public DocumentException(String message, Throwable cause)