Package eu.bandm.tools.tdom.runtime
Class IdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.bandm.tools.tdom.runtime.IdException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DanglingIdException
,HomonymousIdException
,SynonymousIdException
Common superclass of several exceptions related to unconsistent usage of id values.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal TypedElement
Returns the offending element.final String
getId()
Returns the offending id value.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdException
-
-
Method Details
-
getId
Returns the offending id value.- Returns:
- the offending id value.
-
getElement
Returns the offending element.- Returns:
- the offending element.
-