Class HomonymousIdException

All Implemented Interfaces:
Serializable

public class HomonymousIdException extends IdException
Signals the case that one(1) particular ID string value is related to two(2) different elements. Raised by ElementDictionary.add(String,TypedElement).
See Also:
  • Constructor Details

  • Method Details

    • getElement2

      public final TypedElement getElement2()
      Returns the second offending element.
      Returns:
      the second offending element.