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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • 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.