Package eu.bandm.tools.tdom.runtime
Class HomonymousIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.bandm.tools.tdom.runtime.IdException
eu.bandm.tools.tdom.runtime.HomonymousIdException
- All Implemented Interfaces:
Serializable
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 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
-
HomonymousIdException
-
-
Method Details
-
getElement2
Returns the second offending element.- Returns:
- the second offending element.
-