Package eu.bandm.tools.tdom.runtime
Class TdomAttributeFixedException
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.TdomAttributeSyntaxException
eu.bandm.tools.tdom.runtime.TdomAttributeFixedException
- All Implemented Interfaces:
Serializable
Signals that, when initializing or updating a model instance, it is tried to assign
a value to an attribute, which differs from that value which is declared
"
#FIXED
by the DTD.- See Also:
-
Field Summary
Fields inherited from class eu.bandm.tools.tdom.runtime.TdomAttributeException
attr, value
-
Constructor Summary
ConstructorDescriptionTdomAttributeFixedException
(@Opt Locatable<?> loc, TypedAttribute attr, String value) -
Method Summary
Methods inherited from class eu.bandm.tools.tdom.runtime.TdomAttributeException
getAttribute, getValue
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
-
TdomAttributeFixedException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classTdomAttributeSyntaxException
-