Package eu.bandm.tools.tdom.runtime
Class SynonymousIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.bandm.tools.tdom.runtime.IdException
eu.bandm.tools.tdom.runtime.SynonymousIdException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.tdom.runtime.IdException
getElement, getId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SynonymousIdException
-
-
Method Details
-
getId2
Returns the second offending id value.- Returns:
- the second offending id value.
-