Class DocumentException

All Implemented Interfaces:
Serializable

public abstract class DocumentException extends AppException
Base class for all exceptions originating from the document engine.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • DocumentException

      public DocumentException(String message)
      Basic constructor with only a message explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
    • DocumentException

      public DocumentException(String message, Throwable cause)
      Constructor with both a message and an exception explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
      cause - The original cause of the error.