Package eu.bandm.tools.tdom.runtime
Class TdomAttributeUndefException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.bandm.tools.tdom.runtime.TdomException
eu.bandm.tools.tdom.runtime.TdomAttributeException
eu.bandm.tools.tdom.runtime.TdomAttributeUndefException
- All Implemented Interfaces:
Serializable
Signals that, when initializing a model instance,
an attempt is made to assign a value to an undefined attribute.
The field "attr" in the superclass is NOT used, naturally, but a field
"attrName" here instead.
CURRENTLY NOT THROWN ANYWHERE.
- See Also:
-
Field Summary
Fields inherited from class eu.bandm.tools.tdom.runtime.TdomAttributeException
attr, value
-
Constructor Summary
ConstructorDescriptionTdomAttributeUndefException
(@Opt Locatable<?> loc, NamespaceName attrName, String value) -
Method Summary
Methods inherited from class eu.bandm.tools.tdom.runtime.TdomAttributeException
getAttribute
Methods inherited from class eu.bandm.tools.tdom.runtime.TdomException
contextString, extract, getContextElementNSName, getLocation, setContext, setContext, setContextAndLocation, setContextAndLocation, setLocation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TdomAttributeUndefException
public TdomAttributeUndefException(@Opt @Opt Locatable<?> loc, NamespaceName attrName, String value)
-
-
Method Details
-
getAttrName
-
getValue
- Overrides:
getValue
in classTdomAttributeException
-
getMessage
- Overrides:
getMessage
in classThrowable
-