Class InvalidIdException

  • All Implemented Interfaces:
    Serializable

    public class InvalidIdException
    extends nzilbb.ag.StoreException
    Exception thrown when the entity an ID refers to doesn't exist.
    Author:
    Robert Fromont robert@fromont.net.nz
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidIdException

        public InvalidIdException​(String id)
    • Method Detail

      • getId

        public String getId()
        Getter for id: The ID that cause the exception.
        Returns:
        The ID that cause the exception.
      • setId

        public InvalidIdException setId​(String newId)
        Setter for id: The ID that cause the exception.
        Parameters:
        newId - The ID that cause the exception.