Class UnknownDocumentException

All Implemented Interfaces:
Serializable

public class UnknownDocumentException extends ComposerException
This exception is used to indicate that no definition could be found for a specified document name.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownDocumentException

      public UnknownDocumentException(String documentName)
      Constructs the exception with the name of the document for which no definition could be found.
      Parameters:
      documentName - the name of the document for which no definition could be found.
  • Method Details

    • getDocumentName

      public String getDocumentName()
      This method returns the name of the document for which no definition could be found.
      Returns:
      the name of the document for which no definition could be found.