Class MissingIDException

All Implemented Interfaces:
Serializable

public class MissingIDException extends InvalidXmlException
Indicates that the element linked by ID is missing.
See Also:
  • Constructor Details

    • MissingIDException

      public MissingIDException(String linkedElement, String linkingElement, String id)
      Constructs an instance.
      Parameters:
      linkedElement - not null
      linkingElement - not null
      id - not null
  • Method Details

    • getLinkedElement

      public String getLinkedElement()
      Gets the name of the missing element linked by ID.
      Returns:
      not null
    • getLinkingElement

      public String getLinkingElement()
      Gets the name of the present element linked to a missing element by an ID.
      Returns:
      not null
    • getId

      public String getId()
      Gets the ID whose linked element is missing.
      Returns:
      not null