Package eu.bandm.tools.tdom.runtime
Class DanglingIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.bandm.tools.tdom.runtime.IdException
eu.bandm.tools.tdom.runtime.DanglingIdException
- All Implemented Interfaces:
Serializable
Signals the case that a particular ID string value in a IDREF or IDREFS attribute value
of a particular document is not related to a value of an ID attribute in the
same document.
Raised by
ElementDictionary.checkIds(E, eu.bandm.tools.message.MessageReceiver<? super eu.bandm.tools.message.SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>>)
- See Also:
-
Constructor Summary
ConstructorDescriptionDanglingIdException
(String msg, String id, TypedElement e, TypedAttribute a) -
Method Summary
Modifier and TypeMethodDescriptionfinal TypedAttribute
getAttr()
Return the model class of the attribute which carries the dangling reference text.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
-
DanglingIdException
-
-
Method Details
-
getAttr
Return the model class of the attribute which carries the dangling reference text.
-