Class SynonymousIdException

All Implemented Interfaces:
Serializable

public class SynonymousIdException extends IdException
Signals the case that one(1) particular Element shall be identified by two(2) different ID string values. Raised by ElementDictionary.add(String,TypedElement). (This will not occur if only "<GeneratedDoc>.createDictionary()" generated by TDom is used, since duplicate ID attribute definitions are rejected statically, when compiling.)
See Also:
  • Constructor Details

  • Method Details

    • getId2

      public final String getId2()
      Returns the second offending id value.
      Returns:
      the second offending id value.